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 incrementPlayerLosses: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{apicall | name = bz_incrementPlayerLosses | description = Increments the losses of a player. | param1 = playerID | param1type = int | param1desc = Th..." |
(No difference)
|
Revision as of 13:37, 29 May 2015
void bz_incrementPlayerLosses (int playerID, int wins)
Increments the losses of a player.
Parameters:
playerID - The player who is affected by the loss change.
wins - The losses to add to the player. (0 to leave the wings unchanged, negative number to decrement the wins)