Teleport to 4 Position
#10

First put this at the top of your script

new RandomSpawn[3] = {
Cords,
cords,
cords
};
Right above main


and on playerspawn

new rand = random(sizeof(RandomSpawn));
SetPlayerPos(playerid, RandomSpawn[rand]);

Then it will randomly pull the three cords you have on the top, to random spawn.

this is what i use.
Reply


Messages In This Thread
Teleport to 4 Position - by Igdirli 76 - 28.02.2010, 16:49
Re: Teleport to 4 Position - by geerdinho8 - 28.02.2010, 17:01
Re: Teleport to 4 Position - by Igdirli 76 - 28.02.2010, 17:07
Re: Teleport to 4 Position - by Igdirli 76 - 28.02.2010, 17:34
Re: Teleport to 4 Position - by CaHbKo - 28.02.2010, 17:38
Re: Teleport to 4 Position - by Igdirli 76 - 28.02.2010, 17:44
Re: Teleport to 4 Position - by CaHbKo - 28.02.2010, 17:49
Re: Teleport to 4 Position - by Igdirli 76 - 28.02.2010, 17:55
Re: Teleport to 4 Position - by Igdirli 76 - 28.02.2010, 19:32
Re: Teleport to 4 Position - by -Rebel Son- - 28.02.2010, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)