Author Topic: Crouch Detection?  (Read 594 times)

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;
Code: [Select]
//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.

%client.player.isCrouched();

%client.player.isCrouched();
Oh my god, really? :D

Tested it, works 100%. Thanks.
« Last Edit: March 26, 2010, 09:13:39 PM by HellsHero »