12.07.2011, 10:43
Np ,
And at SetPlayerPos();, Put the Float random spawns there example:
EDIT:
Put the spawn points of each classes example:
S.T.A.R.S. spawn points
And at SetPlayerPos();, Put the Float random spawns there example:
pawn Код:
SetPlayerPos(playerid, RandomSpawns[0], RandomSpawns[1], RandomSpawns[2]); //S.T.A.R.S. Spawn points
Put the spawn points of each classes example:
S.T.A.R.S. spawn points
pawn Код:
new Float:STARspawns[] [] =
{
{1234.000, 1223.456, 1212.232},
{2222.222, 3333.333, 444.4444};
}