Difference between revisions of "DisablePlayerControls"
→Examples
imported>HawkFest (→Syntax) |
imported>HawkFest |
||
Line 30: | Line 30: | ||
==Examples== | ==Examples== | ||
DisablePlayerControls | DisablePlayerControls() | ||
Player's controls are disabled, except for Looking. | Player's controls are disabled, except for Looking. | ||
DisablePlayerControls 0 0 1 0 0 | DisablePlayerControls(0, 0, 1, 0, 0) | ||
Player's ability to equip or use a weapon is disabled; all other controls are unaffected. | Player's ability to equip or use a weapon is disabled; all other controls are unaffected. | ||