01.05.2012, 12:04
Perhaps use ZCMD like this
Idk if it will work but worth a try, I'm sorry if its not what you want though.
pawn Код:
CMD:haha(playerid, params[])
{
SetPlayerPos(playerid,504.9661,11.1953,132.5);
SetPlayerInterior(playerid, 0);
return 1;
}

