Author Topic: Making a player crouch  (Read 720 times)

I know about the Sit and Stand variables for mountpoints, but how would you make someone crouch when you get on a vehicle?

Something to do with onmount in the vehicle script and servercmdcrouch somewhere, because that makes you crouch.

Code: [Select]
     numMountPoints = 1;
      mountThread[0] = "sit";
to
Code: [Select]
      numMountPoints = 1;
      mountThread[0] = "crouch";
Check my Barrel script for more information.