Es flags
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: es_xflags [edit] DescriptionAllows you to add/remove certain flags from variables and commands. [edit] Parameters
[edit] Examplesblock load { // disable say command if cheats is off. es_flags add cheat say es_flags add cheat say_team } block unload { // allow the say commands again. es_flags remove cheat say es_flags remove cheat say_team } [edit] Notes
[edit] See also
|
