Cheatexec
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: none [edit] DescriptionAllows you to force a client to execute silently a cheat command as noclip [edit] Parameters
[edit] Examplesevent player_say { if (event_var(text) = "noclip") then cheatexec event_var(userid) noclip }
[edit] Notes
es_forcevalue sv_cheats 1 es_sexec event_var(userid) noclip es_forcevalue sv_cheats 0
[edit] See also |
