/admins dialog
#1

Hello, i wanna a dialog xD " Now all my posts are dialog " Nvm.

I wanna a dialog that's when i type /admins they get to me the admins online with levels and id like this



So can any one help
Reply
#2

please show us some code of some of your admin example

pawn Code:
CMD:admins(playerid)
{
    for(new i = 0;i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(AdminLevel[i] > 1)
            {
                format(string,sizeof(string),"%s{FFFFFF}%s {FF0000}(ID:%d){FFFFFF} AdminLevel: {FF0000}%d \n",string,GetName(i),i,AdminLevel[i]);
                ShowPlayerDialog(playerid, 999, DIALOG_STYLE_MSGBOX, "Admins", string, "Exit", "");
            }
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)