how to make a random spawn?
#1

hey everyone,
i want to make a random spawn becuz everytime when there are like 10 or 15 players in my server they kill each other and i dont want that so how to make a random spawn? i made it like this but it isnt working it now goes to 1 place:
Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerInterior(playerid, 0);
    SetPlayerPos(playerid, 2614.5420,-2468.1777,3.0000);
    SetPlayerPos(playerid, 2644.9099,-2022.1721,13.5469);
    SetPlayerPos(playerid, -2706.4773,218.7441,4.1797);
    return 1;
}
someone can tell me how to make it that everytime a player respawns he goes to another place?
niels
Reply


Messages In This Thread
how to make a random spawn? - by niels44 - 01.11.2011, 16:24
Re: how to make a random spawn? - by HuSs3n - 01.11.2011, 16:28
Re: how to make a random spawn? - by niels44 - 01.11.2011, 16:34
Re: how to make a random spawn? - by Edvin - 01.11.2011, 17:46

Forum Jump:


Users browsing this thread: 1 Guest(s)