[Ajuda] Me ajudem a passar pra dialogo?
#6

pawn Код:
if(!strcmp(cmdtext,"/admins", true))
{
    static bool: result;
    for(new i; i < MAX_PLAYERS; ++i)
    {
        GetPlayerName(i,pname,24);
        if(IsPlayerConnected(i) && pAdmin[i] > 0)
        {
            if(pAdmin[i] == 1)
            {
                format(string,sizeof(string),"%s (%d) :: {3225EB}[Helper]", pname, i);
            }
            if(pAdmin[i] == 2)
            {
                format(string,sizeof(string),"%s (%d) :: {3225EB}[Adminstringador]", pname, i);
            }
            if(pAdmin[i] == 3)
            {
                format(string,sizeof(string),"%s (%d) :: {3225EB}[Administringador Chefe]", pname, i);
            }
            if(pAdmin[i] == 4)
            {
                format(string,sizeof(string),"%s (%d) ::{3225EB} [Sub Dono]", pname, i);
            }
            if(pAdmin[i] == 5)
            {
                format(string,sizeof(string),"%s (%d) :: {3225EB}[Dono]", pname, i);
            }
            ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Adminstradores", string, "Fechar", "");
            result = true;
        }
    }
    if(!result)
        return SendClientMessage(playerid, Vermelho, "(ERRO) Nгo hб administradores online no momento");
}
Reply


Messages In This Thread
Me ajudem a passar pra dialogo? - by leigorm - 17.03.2013, 20:54
Re: Me ajudem a passar pra dialogo? - by TreePuncher - 17.03.2013, 21:00
Re: Me ajudem a passar pra dialogo? - by leigorm - 17.03.2013, 21:42
Re: Me ajudem a passar pra dialogo? - by Sky™ - 17.03.2013, 21:46
Re: Me ajudem a passar pra dialogo? - by KevinStyle - 19.03.2013, 02:42
Re: Me ajudem a passar pra dialogo? - by gunit_j - 19.03.2013, 14:08
Re: Me ajudem a passar pra dialogo? - by Kuddy - 19.03.2013, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)