20.08.2009, 01:29
pawn Код:
if(strcmp(cmdtext, "/lspolice") == 0)
{
SetPlayerInterior(playerid, 10);
SetPlayerPos(playerid, 246.783996, 63.900199, 1003.640625);
return 1;
}
Look here for all the interior id's.
if(strcmp(cmdtext, "/lspolice") == 0)
{
SetPlayerInterior(playerid, 10);
SetPlayerPos(playerid, 246.783996, 63.900199, 1003.640625);
return 1;
}