30.04.2010, 02:41
your brackets are a lil muddled up, at the moment
the code will only go to that part if there is an admin online in which case count will go up making it never get to that part
Код:
if(count == 0) { format(string, sizeof(string), "No Admins present"); SendClientMessage(playerid, COLOR_CYAN, string); }