Call of Duty Script Documentation
Allowcrouch(<player crouch>)
ModulePlayer
Summary
Sets whether the player can crouch
Call this function on
The player
Example
level.player allowcrouch(false);
Minimum Number of arguments: 1
1 : <player crouch>: A boolean. true if the player can crouch, and false otherwise
Number of optional arguments: 0
Return to Function List