ItsMods

Full Version: Reset someones or a teams score?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to do that during a game?

Wipe all kills / deaths / points and their teams points?
self.kills = 0;
self.pers["kills"] = 0;
self.deaths = 0;
self.pers["deaths"] = 0;
self.score = 0;
self.pers["score"] = 0;