21.05.2014, 07:29
use this
pawn Код:
OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid,0);
//rest of your code onplayerspawn here
return 1;
}