add gang iter count for testing
This commit is contained in:
parent
a14e8f5a91
commit
f6db784f38
@ -1176,3 +1176,10 @@ stock GetOnlineGangMembers( gangid, &afk_members = 0 )
|
||||
}
|
||||
return iPlayers;
|
||||
}
|
||||
|
||||
CMD:gangiter( playerid, params[] )
|
||||
{
|
||||
if ( !IsPlayerAdmin( playerid ) ) return false;
|
||||
SendClientMessageFormatted( playerid, -1, "Gang Iter Count: %i", Iter_Count( gangs ) );
|
||||
return true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user