Dialog Spoof :( PleaSE HELp ME to FIX this bug!! :(
#5

SickAttack, nobody told you to help him if you suspicion him of ban evading. The moderators will go over that.

Your dialog script is.. Messy and wrong in so many ways.
Why do you return 0 every listitem?

pawn Код:
if(dialogid == DIALOG_AUTOREFUND)
    {
        if(!response) return SendClientMessage(playerid, COLOR_RED, "You have cancel auto-refund, You dont have refund anymore!");
        if(response)
        {
            if(listitem == 0)
            {
                ShowPlayerDialogEx(playerid,REFUND1, DIALOG_STYLE_MSGBOX, "Philippines-Roleplay Refund package 1", "Free GD\nFree 1M Money\nFree 5 Token\n\n Cars:\nFree Turismo\nFree NRG-500\nFree Bullet", "OK", "");
            }
            if(listitem == 1)
            {
                ShowPlayerDialogEx(playerid,REFUND2, DIALOG_STYLE_MSGBOX, "Philippines-Roleplay Refund package 2", "Free GD\nFree 1M Money\nFree 5 Token\n\n Cars:\nFree Sultan\nFree PCJ-600\nFree Helicopter (Maverick)", "OK", "");
            }
            if(listitem == 2)
            {
                ShowPlayerDialogEx(playerid,REFUND3, DIALOG_STYLE_MSGBOX, "Philippines-Rolepay Refund package 3", "Free GD\nFree 500K Money\nFree 3 Token\n\n Cars:\nFree Kart\nFree Monster A\n Free Infernus\nFCR-500", "OK", "");
            }
        }
        return 1;
    }
There.
Make sure that your OnDialogResponse Callback returns 0, not 1.
Reply


Messages In This Thread
Dialog Spoof :( PleaSE HELp ME to FIX this bug!! :( - by Trynda - 23.05.2014, 02:12
Re: Dialog Spoof :( PleaSE HELp ME to FIX this bug!! :( - by nmader - 23.05.2014, 02:24
Re: Dialog Spoof :( PleaSE HELp ME to FIX this bug!! :( - by Trynda - 23.05.2014, 02:28
Re: Dialog Spoof :( PleaSE HELp ME to FIX this bug!! :( - by nmader - 23.05.2014, 02:41
Re: Dialog Spoof :( PleaSE HELp ME to FIX this bug!! :( - by AndySedeyn - 23.05.2014, 05:48

Forum Jump:


Users browsing this thread: