Only shows your name on /admins.
#6

pawn Код:
CMD:admins(playerid, params[])
{
        foreach(Player, i)
        {
            if(PlayerInfo[i][pAdmin] > 0)
            {
                new string[128];
                if(PlayerInfo[i][pAdminDuty] == 1) { format(string, sizeof(string), "%d: {00FF00}%s", GetPlayerAdminLevel(i), GetPlayerNameEx(i)); }
                if(PlayerInfo[i][pAdminDuty] == 0) { format(string, sizeof(string), "%d: {FF0000}%s", GetPlayerAdminLevel(i), GetPlayerNameEx(i)); }
                ShowPlayerDialog(playerid, 4458, DIALOG_STYLE_MSGBOX, "Online Admins", string, "Okay", "");
            }
        }
        SendClientMessageEx(playerid, COLOR_GRAD1, "Have questions? Ask on /n chat.");
        SendClientMessageEx(playerid, COLOR_GRAD1, "If you need to report about something, type /report [id] [reason].");
    return 1;
}
Gonna have to sort out the indents though, typed it on my phone.
Reply


Messages In This Thread
Only shows your name on /admins. - by MaDsON - 10.04.2014, 01:48
Re: Only shows your name on /admins. - by Gus_Stone - 10.04.2014, 02:01
Re: Only shows your name on /admins. - by Dubya - 10.04.2014, 02:05
Re: Only shows your name on /admins. - by Lidor124 - 10.04.2014, 05:14
Re: Only shows your name on /admins. - by PrivatioBoni - 10.04.2014, 06:49
Re: Only shows your name on /admins. - by AphexCCFC - 10.04.2014, 07:45
Re: Only shows your name on /admins. - by Bingo - 10.04.2014, 07:50
Re: Only shows your name on /admins. - by AphexCCFC - 10.04.2014, 07:52
Re: Only shows your name on /admins. - by MaDsON - 10.04.2014, 23:06

Forum Jump:


Users browsing this thread: 1 Guest(s)