Est KillSet
From EventScripts Community Encyclopedia
Syntax: est_KillSet <identifier> <value>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionSets the players kill count [edit] Parameters
[edit] Exampleevent player_activate { // Everybody with "rand" in there name gets their kills set to 0 est_KillSet rand 0 // Change a certain user's kills to 5 es est_KillSet event_var(userid) 5 } [edit] Notes
[edit] See Also |
