01.11.2011, 16:24
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:
someone can tell me how to make it that everytime a player respawns he goes to another place?
niels
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; }
niels