Skip to content

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

  • int player_id: Target player id.
  • float x: Scale factor on x axis.
  • float y: Scale factor on y axis.
  • float z: Scale factor on z axis.