20.02.2015, 07:10
The differents between this two timers that in the second code you using loop to send all players.
better thing to do is
THis code is sending the message to conntected players..making your script more optimization.
better thing to do is
Код:
for(new i=0; i < MAX_PLAYERS+1; i++) { if(IsPlayerConnected(i)) { //Sending the message } }