12.08.2009, 13:27
you need to get the interior id https://sampwiki.blast.hk/wiki/InteriorIDs and use:
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid, INSERT_INTERIOR_ID_HERE);
return 1;
}
