Count team kills
#5

Quote:
Originally Posted by iTakelot
Посмотреть сообщение
PHP код:
if(TEAM_BALLAS MAX_KILL){
        
GameTextForAll"TEAM_BALLAS wins"5000);
    } 
i have more than one zone so should i do it like this:

Код:
public TurfWarTimer(playerid)
{
 	if(zAttack[Beach] == 1 && BallasKills > MAX_TURF_KILLS)
	{
	    zAttack[Beach] = 0;
            TeamCheck[Beach] == TEAM_BALLAS;
	    SendClientMessageToAll(-1, "{FFD443}[ TurfWar ]: {FFE797}Ballas gang has won");
	    foreach(new i : Player)
	    {
	           if(gTeam[i] == TEAM_BALLAS)
		   {
			SetPlayerScore(i, GetPlayerScore(i) + 5); 
		   }
           }
      }

 	if(zAttack[Beach] == 1 && GrovesKills > MAX_TURF_KILLS)
	{
	    zAttack[Beach] = 0;
            TeamCheck[Beach] == TEAM_GROVES;
	    SendClientMessageToAll(-1, "{FFD443}[ TurfWar ]: {FFE797}Ballas gang has won");
	    foreach(new i : Player)
	    {
	           if(gTeam[i] == TEAM_GROVES)
		   {
			SetPlayerScore(i, GetPlayerScore(i) + 5); 
		   }
           }
      }
    return 1;
}
or is there any other way i can make the code less?
Reply


Messages In This Thread
Count team kills - by SalmaN97 - 16.08.2015, 00:14
Re: Count team kills - by UnDetectable - 16.08.2015, 01:03
Re: Count team kills - by SalmaN97 - 16.08.2015, 07:38
Re: Count team kills - by iTakelot - 16.08.2015, 10:10
Re: Count team kills - by SalmaN97 - 17.08.2015, 07:15
Re: Count team kills - by SalmaN97 - 17.08.2015, 12:37
Re: Count team kills - by SalmaN97 - 18.08.2015, 05:50

Forum Jump:


Users browsing this thread: 1 Guest(s)