Different spawn points
#6

Quote:
Originally Posted by FrostDoggy
Посмотреть сообщение
well that I know , I mean

I just put

public OnPlayerDeath

SetPlayerPos(playerid,-2424.2395,1003.6310,30.247);
SetPlayerPos(playerid,-5624.2395,6003.6310,15.5687);
SetPlayerPos(playerid,-9024.2395,853.6310,30.232);

And it will spawn randomly?
Not to the first one?
No lol
top of gm
pawn Код:
new Float:RandomSpawns[][] =
{
    {-2424.2395,1003.6310,30.247},
    {-5624.2395,6003.6310,15.5687},
    {-9024.2395,853.6310,30.232}
};
ONPLAYERSpawn:
pawn Код:
new Random = random(sizeof(RandomSpawns));
    SetPlayerPos(playerid, RandomSpawns[Random][0], RandomSpawns[Random][1], RandomSpawns[Random][2]);
Reply


Messages In This Thread
Different spawn points - by FrostDoggy - 15.09.2011, 08:01
Re: Different spawn points - by |_ⒾⓇⓄN_ⒹⓄG_| - 15.09.2011, 08:03
Re: Different spawn points - by =WoR=Varth - 15.09.2011, 08:05
Re: Different spawn points - by FrostDoggy - 15.09.2011, 08:07
Re: Different spawn points - by [MG]Dimi - 15.09.2011, 08:11
Re: Different spawn points - by |_ⒾⓇⓄN_ⒹⓄG_| - 15.09.2011, 08:14
Re: Different spawn points - by =WoR=Varth - 15.09.2011, 08:21
Re: Different spawn points - by |_ⒾⓇⓄN_ⒹⓄG_| - 15.09.2011, 08:25
Re: Different spawn points - by FrostDoggy - 15.09.2011, 08:31
Re: Different spawn points - by =WoR=Varth - 15.09.2011, 08:43

Forum Jump:


Users browsing this thread: 2 Guest(s)