function setPlayerStrength (client-side)
Available since version: 0.1.1
This function will set the player/npc strength points.
Declaration
void setPlayerStrength(int id, int strength)
Parameters
intid: the player id.intstrength: the strength points amount.