Skip to content

function setPlayerScale (client-side)

Available since version: 0.1.1

This function will set the player/npc scale.

Declaration

void setPlayerScale(int id, float x, float y, float z)

Parameters

  • int id: the npc 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.