23.01.2016, 09:07
Try converting them from px to x, py to y, pz to z
PHP код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
SetPlayerPos(playerid, x, y, z +3);