17.09.2012, 18:06
be helpful man u dont think he tried that already
Code:
CMD:admins(playerid, params[]) { new string[128]; new count = 0; SendClientMessage(playerid, COLOR_PURPLE, "|____________________Admins Online____________________|"); { if(PlayerInfo[playerid][pAdminLevel] == 1) { format(string, 256, "Administrator: %s - [Administrator: %s]",RPALN(playerid), RPN(playerid)); SendClientMessage(playerid, COLOR_WHITE, string); count++; } } return 1; }