18.06.2017, 18:57
It shows the rest because that's exactly what you tell it to. You need to use an if statement and check if the faction is in use or not. Example,
The continue command tells the server to skip to the next iteration.
pawn Code:
for(new i = 1; i < sizeof(FactionInfo); i++)
{
if(FactionInfo[i][fStatus] == 0) continue;