17.09.2009, 13:32
GetPlayerPos(playerid, Float:x, Float:y, Float:z);
SetPlayerPos(playerid, Float:x+10, Float:y+1, Float:z);
Remove the red parts (see above) from your code and it'll go fine.
SetPlayerPos(playerid, Float:x+10, Float:y+1, Float:z);
Remove the red parts (see above) from your code and it'll go fine.