03.04.2018, 14:50
(
Последний раз редактировалось jlalt; 03.04.2018 в 15:26.
)
return stops the loop, instead use, continue
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++){
if (DiscordStats[i]==0) continue;
SendClientMessage(i, -1, str); }