Author Topic: auto crouch?  (Read 1151 times)

is it possible to make someone auto crouch when they get in a vehicle?

yup

will i tell you how? hell no.


I'm pretty sure I know how.

I just don't know the exact wording.
« Last Edit: October 08, 2007, 07:03:20 PM by Falcondude »


yup

will i tell you how? hell no.



Why bother posting then?
good point

Code: [Select]
commandtoserver('crouch'); if im not mistaken

That's not what he wants.

I'm guessing:

This (or something like it) is in the vehicle code.
Code: [Select]
numMountPoints = 7;
   mountThread[0] = "sit";
   mountThread[1] = "sit";
   mountThread[2] = "sit";
   mountThread[3] = "sit";
   mountThread[4] = "sit";
   mountThread[5] = "root";
   mountThread[6] = "root";
   mountThread[7] = "sit";

Change one to "crouch".