30.07.2009, 18:25
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");
|

and how to reset when one of them dies?

