03.08.2009, 21:16
hmm. Get a cheat program to airbreak inside lol, Then, get the coordinates, then do:
You can check the interiors by going ingame and typing /interior.
pawn Код:
if(strcmp(cmdtext, "/lc restaurant", true) == 0) { //This is the teleport command to Liberty City Restaurant.
SetPlayerPos(playerid, x, y, z); //Replace the x, y, z with your coordinates
SetPlayerInterior(playerid,interior); //Replace interior with the interior id.
return 1;
}

