05.07.2011, 00:29
Callback OnPlayerSpawn:
Keep the Other Stuff you made above the same.
Keep the Other Stuff you made above the same.
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid,0);
return 1;
}