Est RestrictAll
From EventScripts Community Encyclopedia
Syntax: est_RestrictAll <identifier>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionRestricts all weapons for a player. [edit] Parameters
[edit] Exampleevent player_team { if(event_var(team) == 3) do { es est_RestrictAll event_var(userid) es_tell event_var(userid) All of the weapons are restricted!! // Restricts all weapons for any player that is on the counter-terrorists team } } [edit] Notes
[edit] See Also |
