Es.cexec all
From EventScripts Community Encyclopedia
[edit] Method: cexec allModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionForces all users to execute a command in their console. This is the Python equivalent of: http://www.eventscripts.com/pages/es_cexec_all [edit] Arguments
[edit] Examplesdef player_death(event_var): if event_var["weapon"] == "knife": es.cexec_all("playgamesound","bot/owned.wav","1.0") [edit] Notes
[edit] See Also |
|
