15.09.2010, 13:05
Quote:
Ehm, go to OnPlayerKeyStateChange, look for KEY_CROUCH or 2, and copy the code you got there. Then put it to OnPlayerCommandText in a command check like the others that are there
|
but i go to OnPlayerKeyStateChange and find KEY_CROUCH and i copy the code:
Код:
#define KEY_CROUCH (2)
Dont really understand sorry..