Est Freeze
From EventScripts Community Encyclopedia
Syntax: est_Freeze <identifier> <1/0>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionFreezes a player [edit] Parameters
[edit] Exampleevent player_spawn { // Freeze everyone est_Freeze #a 1 // Unfreeze everyone after 10 seconds es_xdelayed 10 "est_Freeze #a 0" } [edit] Notes
[edit] See Also |
