function setPlayerScale (server-side)
Available since version: 0.0.1
This function will set the player/npc scale for all players.
Declaration
void setPlayerScale(int id, float x, float y, float z)
Parameters
intid: the player id.floatx: the scale factor on x axis.floaty: the scale factor on y axis.floatz: the scale factor on z axis.