A little help :)
#1

Hello guys, I made territory attack command and i need to check if defender team have enough members (4)!

Here is the simple code:
Quote:

if(strcmp(cmd, "/GangWar", true) == 0)
{
for (new i = 0; i < MAX_TERRITORIES; i++)
{
if(TerritoryInfo[i][TerritoryOwner] != TEAM_CIVIL) TerritoryDefender = TerritoryInfo[i][TerritoryOwner];
}
//>>>>>>>>>>>>>>>>>Here i want to check if there is 6 members from TerritoryDefender<<<<<<<<<<<<<<<<<<<<<<<<
for (new i = 0; i < MAX_TERRITORIES; i++)
{
//ect.
}
}

Can you help me please. I will REP+ you!
Reply


Messages In This Thread
A little help :) - by Kraeror - 18.04.2017, 11:26
Re: A little help :) - by khRamin78 - 18.04.2017, 12:29

Forum Jump:


Users browsing this thread: 1 Guest(s)