19.04.2009, 11:04
Here you got a teleport cmd too LS Airport
pawn Код:
if (strcmp(cmdtext, "/lsairport", true) == 0)
{
SetPlayerPos(playerid, 2045.1799,-2422.4983,13.3286)
SetPlayerInterior(playerid, 0);
return 1;
}

