28.02.2018, 18:31
Quote:
Just add this line in your script. I haven't tested it, but it should work accordingly now.
Код:
if(count == 0) SendClientMessage(playerid,COLOR_WHITE,"There are currently no administrators online."); return 1; } |
The problem is here:
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++)
PHP код:
for(new i, j = GetPlayerPoolSize(); i <= j; i++)