[Ajuda] Bug no /meavalie
#5

Ressucitando o Tуpico \o/

Tou com outro problema no me avalie, mais dessa vez й no Dialog

Quando um Player clica no "Sim" Ou "Nao" do dialog, nada acontece. Era para mandar uma mensagem para o helper e uma para o player . veja:

pawn Код:
if(dialogid == DIALOG_MEAVALIE)
    {
        if(response == 1)
        {
            SendClientMessage(meavalie[playerid],COLOR_GRAD2,"O Jogador qualificou a sua ajuda como {9EC73D}POSITIVA");
            PlayerInfo[meavalie[playerid]][pHelper] = PlayerInfo[meavalie[playerid]][pHelper]+1;
            format(string, sizeof(string), "Vocк classificou a ajuda do Helper %s como {9EC73D}positiva!",sendername);
            SendClientMessage(playerid,COR_HELPER,string);

        }
        if(response == 0)
        {
            SendClientMessage(meavalie[playerid],COLOR_GRAD2,"O Jogador qualificou a sua ajuda como {FF0000}NEGATIVA");
            format(string, sizeof(string), "Vocк classificou a ajuda do Helper %s como {FF0000}negativa!",sendername);
            SendClientMessage(playerid,COR_HELPER,string);
        }
        return 1;
    }
Reply


Messages In This Thread
Bug no /meavalie - by LordShadow - 14.06.2013, 04:23
Re: Bug no /meavalie - by DannielCooper - 14.06.2013, 12:35
Re: Bug no /meavalie - by LordShadow - 14.06.2013, 22:15
Re: Bug no /meavalie - by DannielCooper - 14.06.2013, 22:56
Re: Bug no /meavalie - by LordShadow - 15.06.2013, 15:30
Re: Bug no /meavalie - by DannielCooper - 15.06.2013, 17:30

Forum Jump:


Users browsing this thread: 1 Guest(s)