Skip to Content

bz_incrementPlayerTKs()

Available since 2.4.4

Increment the number of team kills for a player. Use a negative number to decrement the number of team kills instead.

Usage

void bz_incrementPlayerTKs(int playerID, int increment)
Parameters
int playerID

The player whose team kills are being modified

int increment

The number by which to increment the number of team kills by

Other Player Score Functions

Back to bzfs API Functions

This content is maintained on GitHub. We welcome any feedback and improvements!

Give us Feedback Edit this Page