03.12.2009, 01:55
That does seem odd. You could run this command. It will set your position to right where you created the gate to check if it really is there. Other than that, beats me.
pawn Код:
if(!strcmp(cmdtext,"/gotogate",true))
{
SetPlayerPos(playerid,1298.355,-2056.840,60.140);
return 1;
}