03.04.2018, 15:00
Quote:
return stope the loop, instead use, continue
PHP код:
|
PHP код:
for(new i; i < MAX_PLAYERS; i++){
if (DiscordStats[i]==0) return 0;
SendClientMessage(i, -1, str); }
return stope the loop, instead use, continue
PHP код:
|
for(new i; i < MAX_PLAYERS; i++){
if (DiscordStats[i]==0) return 0;
SendClientMessage(i, -1, str); }