bz_setPlayerTKs()
Available since 2.4.0
Set the number of team kills for the specified player. This function will overwrite the number of team kills with the specified value.
Usage
bool bz_setPlayerTKs(int playerID, int tks)| Parameters | ||
|---|---|---|
| int | playerID | The player whose number of team kills will be overwritten | 
| int | tks | The new number of the team kills for the specified player | 
Returns
bool - True if the player score was overwritten successfully
Other Player Score Functions
This content is maintained on GitHub. We welcome any feedback and improvements!