12.08.2009, 13:24
Quote:
Originally Posted by TFZ
A: spawn so that they see the map, not this grey and blue horzon thing (pic above)
|
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerInterior(playerid, 0);
return 1;
}