21.05.2010, 16:10
You can use random() function.
For example:
Then OnPlayerSpawn or aywhere you want,
There maybe some errors above 
You get the idea though don't you
For example:
Код:
new RandomSpawns[][]= { SetPlayerPos(playerid,x,y,z.....);//first spawn place SetPlayerPos(playerid,x,y,z.....);//second spawn place . . . . }
Код:
random("RandomSpawns");

You get the idea though don't you
