Est KillAdd
From EventScripts Community Encyclopedia
Syntax: est_KillAdd <identifier> <value>Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionAdds to the players kill count [edit] Parameters
[edit] Exampleevent player_activate { // Everybody with "cool" in there name gets 25 kills added to their score est_KillAdd cool 25 // add 4 kills to a certain player es est_KillAdd event_var(userid) 4 } [edit] Notes
[edit] See Also |
