25.08.2014, 17:27
So, listen. I'm trying to make a dialog where it checks every player, and then shows if they have a certain value set in a dialog. I can't figure it out.
I used
To check all the players, yet when it won't show.
the n is for an ID number which goes up in increments of 1.
I used
pawn Код:
for(new i=0,n;i<MAX_PLAYERS;i++)
the n is for an ID number which goes up in increments of 1.