Dialog Response Problem!!
#8

return 0, just needs to be at the end of the callback in your gamemode.

Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if all this stuff in here
    {
        Extra stuff and bits and bobs
    }
    return 0;    //<<===
}
If you use return 1, it'll stop looking as it's almost like 'result found' when you return one, being 'true', and where you have the return 0, it's like it says 'result not found, need to proceed to the next section' where it will keep going through each filterscript of this one callback, until it finds a confirmation, or runs out of things to check.


Mess about with it, and see what goes on. The more you look at things, and process it, the more you will learn over it.
Reply


Messages In This Thread
Dialog Response Problem!! - by BenStar - 02.02.2018, 18:56
Re: Dialog Response Problem!! - by solstice_ - 02.02.2018, 20:13
Re: Dialog Response Problem!! - by BenStar - 03.02.2018, 10:24
Re: Dialog Response Problem!! - by jasperschellekens - 03.02.2018, 10:41
Re: Dialog Response Problem!! - by Mugala - 03.02.2018, 16:22
Re: Dialog Response Problem!! - by Sew_Sumi - 03.02.2018, 18:20
Re: Dialog Response Problem!! - by BenStar - 05.02.2018, 13:47
Re: Dialog Response Problem!! - by Sew_Sumi - 05.02.2018, 14:01
Re: Dialog Response Problem!! - by BenStar - 05.02.2018, 20:38
Re: Dialog Response Problem!! - by Sew_Sumi - 05.02.2018, 21:03

Forum Jump:


Users browsing this thread: 2 Guest(s)