bz_incrementPlayerLosses()
Available since 2.4.4
Increment the number of losses for a player. Use a negative number to decrement the number of losses instead.
Usage
void bz_incrementPlayerLosses(int playerID, int increment)
| Parameters | ||
|---|---|---|
| int |
playerID
|
The player whose losses are being modified |
| int |
increment
|
The number by which to increment the number of losses by |
Other Player Score Functions
This content is maintained on GitHub. We welcome any feedback and improvements!