04.03.2017, 17:44
mm hey so I have mad this
so what I need to do is that when it show me the dialogs it show me the ineventone players like a string how to do that?
PHP код:
GetPlayersInEventOne()
{
new count;
for(new x=0; x< MAX_PLAYERS; x++)
{ //x = MAX_PLAYERS
if(Eventr[x]==1)
{
count++;
}
}
return count;
}