Skip to content

function setPlayerScale (server-side)

Available since version: 0.3.0

Set a player's model scale.

Declaration

bool 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.

Returns bool

True on success.