Player position problem
#10

Np ,
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
EDIT:
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};
}
Reply


Messages In This Thread
Player position problem - by ServerScripter - 12.07.2011, 10:01
Re: Player position problem - by Wesley221 - 12.07.2011, 10:04
Re : Re: Player position problem - by ServerScripter - 12.07.2011, 10:11
Re: Player position problem - by swieberdevos - 12.07.2011, 10:13
Re : Player position problem - by ServerScripter - 12.07.2011, 10:21
Re: Player position problem - by Jochemd - 12.07.2011, 10:24
Re: Player position problem - by Gazmull - 12.07.2011, 10:27
Re : Player position problem - by ServerScripter - 12.07.2011, 10:30
Re : Player position problem - by ServerScripter - 12.07.2011, 10:34
Re: Player position problem - by Gazmull - 12.07.2011, 10:43

Forum Jump:


Users browsing this thread: 1 Guest(s)