Es forcevalue
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_xforcevalue [edit] DescriptionAttempts to vorce the variable to a particular value. Useful primarily for sv_cheats without notification. [edit] Parameters
[edit] Examples// change cheats without informing people es_forcevalue sv_cheats 1 es_sexec event_var(userid) noclip es_forcevalue sv_cheats 0 // take off server password silently es_xforcevalue sv_password "" // that would not work with es_forcevalue as the double-quotes would get removed
[edit] Notes
[edit] See also
|
