29.12.2011, 21:54
Is this gonna send a msg to all the admins or just one ?
(cause in my server it send only to one admin ... and normaly all the admins should get the msg)
(cause in my server it send only to one admin ... and normaly all the admins should get the msg)
Код:
for (new i = 0; i < MAX_PLAYERS; i++) { if (IsPlayerConnected(i)&&GetAdminLevel(i) >= 1) { SendClientMessage(i, COLOR_GRAY, str); return 1; } }