function setPlayerPosition (server-side)
Available since version: 0.0.1
This function will set the player/npc world position for all players.
Declaration
void setPlayerPosition(int id, float x, float y, float z)
Parameters
intid: the player id.floatx: the position in the world on the x axis.floaty: the position in the world on the y axis.floatz: the position in the world on the z axis.