20.09.2009, 13:48
You can make it so they spawn to one of those coords.
pawn Код:
public OnPlayerSpawn(playerid)
SetPlayerPos(playerid,gRandomPlayerSpawns[1],gRandomPlayerSpawns[2],gRandomPlayerSpawns[3]);

