function setPlayerScale (client-side)
Available since version: 0.3.0
Set a player's model scale.
Declaration
void setPlayerScale(int player_id, float x, float y, float z)
Parameters
intplayer_id: Target player id.floatx: Scale factor on x axis.floaty: Scale factor on y axis.floatz: Scale factor on z axis.