want to set a maximum of players enters a deathmatch
#4

Quote:
Originally Posted by DeathlyForce
Код:
new PlayerLimitDeathmatch;
PlayerLimitDeathmatch++;
if(PlayerLimitDeathmatch < 3)
{
// players can Deathmatch
//set the pos and other stuff
}
else if(PlayerLimitDeathmatch > 2) return SendClientMessage(playerid,COLOR,"Max Player Limit is 2");
when the deathmatch end reset PlayerLimitDeathmatch to zero.
how to use it?
and how to reset when one of them dies?
Reply


Messages In This Thread
want to set a maximum of players enters a deathmatch - by Bearfist - 09.05.2009, 23:54
Re: want to set a maximum of players enters a deathmatch - by GanG$Ta - 10.05.2009, 00:01
Re: want to set a maximum of players enters a deathmatch - by Bearfist - 10.05.2009, 00:08
Re: want to set a maximum of players enters a deathmatch - by klavins - 30.07.2009, 18:25

Forum Jump:


Users browsing this thread: 1 Guest(s)