spawn in dm
#1

how doi make it so if your in this deathmatch it spawns you back their when you die and if your not in it you go to the normal spawn ive done stuff like this


Код:
if(minig[playerid] == 1)
new RandomSpawn1 = random(2);
  			if (RandomSpawn1 == 0)
			{
			SetPlayerPos(playerid, 2229.4968,1576.1668,999.9703);
			}
			if (RandomSpawn1 == 1)
			{
			SetPlayerPos(playerid, 2199.5539,1610.7315,999.9724);
			}
but it doesnt work plz help ty:P
Reply


Messages In This Thread
spawn in dm - by hadzx - 31.01.2011, 18:15
Re: spawn in dm - by bartje01 - 31.01.2011, 18:49
Re: spawn in dm - by hadzx - 31.01.2011, 19:04
Re: spawn in dm - by bartje01 - 31.01.2011, 19:22

Forum Jump:


Users browsing this thread: 1 Guest(s)