07.11.2015, 20:51
please convert this to the admins online dialog
Код:
QCMD:admins(){ SCM(playerid, 0xFF9900AA, "Administrбtori On-line:"); ForPlayers(i){ if(IsPlayerAdmin(i)){ if(Admin[i] > 0) SCMF(playerid,0x33CCFFAA,"[On-line] %s | [ LVL %d + RCON ]",Jmeno(i),Admin[i]); else SCMF(playerid,0x33CCFFAA,"[On-line] %s | [ RCON ]",Jmeno(i)); } else if(Admin[i] > 0){ SCMF(playerid,0x33CCFFAA,"[On-line] %s | [ LVL %d ]",Jmeno(i),Admin[i]); } } return true; }