[Ajuda] Dialog, /admins
#1

Estou passando meu /admins , para dialog , mais estou tendo um probleminha com format(thestring

Vou postar tudo para vocКs verem

pawn Код:
else if(dialogid == Adm)
{
    if(response) {
        ShowPlayerDialog(playerid, Adm2, DIALOG_STYLE_MSGBOX, "Admins Online", "Admins Online", "Ok", "Sair");
    }
}
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);
               }
              }
             }
            }
           }
        }
       }

Erros :

Quote:


error 017: undefined symbol "thestring"(18674) : error 017: undefined symbol "thestring"
(1867 : error 017: undefined symbol "thestring"
(18679) : error 017: undefined symbol "thestring"
(18683) : error 017: undefined symbol "thestring"
(18684) : error 017: undefined symbol "thestring"
(1868 : error 017: undefined symbol "thestring"
(18689) : error 017: undefined symbol "thestring"
error 017: undefined symbol "thestring"
(18694) : error 017: undefined symbol "thestring"
Se alguem me puder ajudar, fico agradeзido.
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: 2 Guest(s)