function
setPlayerStrength (server-side)
Available since version: 0.0.1
This function will set the player strength points for all players.
Declaration
void setPlayerStrength(int id, int the)
Parameters
int
id: the player id.int
the: strength points amount.