Est NoClip
From EventScripts Community Encyclopedia
Syntax: est_noclip <identifier> <1/0>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionEnables or disables noclip mode for a player. [edit] Parameters
[edit] Example// Gives players noclip for 10 seconds after the spawn event player_spawn { es est_noclip event_var(userid) 1 es_delayed 10 est_noclip event_var(userid) 0 } [edit] Notes
[edit] See Also |
