I've done more than a couple searches on the forums and I haven't found anything about a way to make the server 'know' if a client is crouching.
So basically I want something like this;
//Stuff
if(%cl.player.isCrouching)
return 1;
else
return 0;
//Stuff
Or similar, all I want is a way to tell the server if a player's crouching.