15.06.2012, 19:52
I want to make this happen:
new playerpos1;
new Float:X, Float:Y, Float:Z;
playerpos1 = GetPlayerPos(playerid, X, Y, Z
then in another command i use
/gotomark
SetPlayerPos(playerid, playerpos1);
But that code doesnt work... How can i make it?
Thanks
new playerpos1;
new Float:X, Float:Y, Float:Z;
playerpos1 = GetPlayerPos(playerid, X, Y, Z
then in another command i use
/gotomark
SetPlayerPos(playerid, playerpos1);
But that code doesnt work... How can i make it?
Thanks