[Ajuda] Dialog, /admins
#4

muda essa parte:

pawn Код:
else if(dialogid == Adm2)
{
    if(response)
    {
        if(strlen(inputtext))
         {
            SendClientMessage(playerid, COLOR_ORANGE, "|Elite City administracгo presentes-|");
        for(new i = 0; i <= HighestID; i++)
        {
            if(IsPlayerConnected(i))
            {
                if(Player[i][pAdmin] >= 1 && Player[i][pAdmin] < 9)
                {
                    if(AdminAfk[i] == 1)
                    {
                        format(thestring, 128, "(%d) %s (%s) (AFK)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_GREEN, thestring);
                    }
                    else if(AdminDuty[i] == 1)
                    {
                        format(thestring, 128, "(%d) %s (%s) (Em serviзo)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_YELLOW, thestring);
                    }
                    else if(noevento[i] == true)
                    {
                        format(thestring, 128, "(%d) %s (%s) (Em evento)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_GREEN, thestring);
                    }
                    else if(noteste[i] == true)
                    {
                        format(thestring, 128, "(%d) %s (%s) (Em teste)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_GREEN, thestring);
                    }
                    else if(AdminDuty[i] == 0 && AdminAfk[i] == 0)
                    {
                        format(thestring, 128, "(%d) %s (%s)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_WHITE, thestring);
               }
              }
             }
            }
           }
        }
       }

para esta:
pawn Код:
else if(dialogid == Adm2)
{
    new thestring[256];
    if(response)
    {
        if(strlen(inputtext))
         {
            SendClientMessage(playerid, COLOR_ORANGE, "|Elite City administracгo presentes-|");
        for(new i = 0; i <= HighestID; i++)
        {
            if(IsPlayerConnected(i))
            {
                if(Player[i][pAdmin] >= 1 && Player[i][pAdmin] < 9)
                {
                    if(AdminAfk[i] == 1)
                    {
                        format(thestring, 128, "(%d) %s (%s) (AFK)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_GREEN, thestring);
                    }
                    else if(AdminDuty[i] == 1)
                    {
                        format(thestring, 128, "(%d) %s (%s) (Em serviзo)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_YELLOW, thestring);
                    }
                    else if(noevento[i] == true)
                    {
                        format(thestring, 128, "(%d) %s (%s) (Em evento)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_GREEN, thestring);
                    }
                    else if(noteste[i] == true)
                    {
                        format(thestring, 128, "(%d) %s (%s) (Em teste)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_GREEN, thestring);
                    }
                    else if(AdminDuty[i] == 0 && AdminAfk[i] == 0)
                    {
                        format(thestring, 128, "(%d) %s (%s)",i ,Player[i][pName], AccountName(i));
                        SendClientMessage(playerid, COLOR_WHITE, thestring);
               }
              }
             }
            }
           }
        }
       }
Reply


Messages In This Thread
[Ajuda] Dialog, /admins - by Sampizito - 11.03.2012, 04:28
Re: [Ajuda] Dialog, /admins - by BlackCoder - 11.03.2012, 04:31
Re: [Ajuda] Dialog, /admins - by Sampizito - 11.03.2012, 04:33
Re: [Ajuda] Dialog, /admins - by steeldark - 11.03.2012, 04:41
Re: [Ajuda] Dialog, /admins - by Sampizito - 11.03.2012, 05:02
Re: [Ajuda] Dialog, /admins - by steeldark - 11.03.2012, 05:07
Re: [Ajuda] Dialog, /admins - by Sampizito - 11.03.2012, 05:14
Re: [Ajuda] Dialog, /admins - by joaonaveia - 11.03.2012, 05:37
Re: [Ajuda] Dialog, /admins - by paulor - 11.03.2012, 11:58
Re: [Ajuda] Dialog, /admins - by steeldark - 11.03.2012, 16:18

Forum Jump:


Users browsing this thread: 3 Guest(s)