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