08.01.2013, 18:35
Your interior ID is not 0, that's why!
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid, 0);
return 1;
}