08.06.2016, 10:41
Quote:
What variabiable are you using for HG member?
Код:
i == PlayerInfo[playerid][HG] |
That should fix it (Change PlayerInfo to whatever your enum is called)
I'm just going to add that you should start using GetPlayerPoolSize instead of MAX_PLAYERS in loops.