This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

bz_incrementPlayerTKs

From BZFlagWiki
Revision as of 13:39, 29 May 2015 by Alezakos (talk | contribs) (Created page with "{{apicall | name = bz_incrementPlayerTKs | description = Increments the team-kill count of a player. | param1 = playerID | param1type = int | param1desc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

void bz_incrementPlayerTKs (int playerID, int increment)


Increments the team-kill count of a player.

Parameters:
playerID  -  The player who is affected by the team-kill count change.
increment  -  The team-kills to add to the player. (0 to leave the team-kills unchanged, negative number to decrement the team-kills)