30.12.2011, 22:50
I made this
pawn Код:
CMD:port(playerid,params[])
{
#pragma unused params
SetPlayerPos(playerid,2048.9729,-1908.4037,13.5469);
return true;
}
pawn Код:
CMD:portback(playerid,params[])
{
#pragma unused params
//How do I return to the coordinates where it was when he type / port
return true;
}