Dialog doens't work
#8

Adding return or removing response has nothing to do with fixing the problem.
If you try his code without his enum and arrays, it would work just fine.

Are you maybe adding 1 to listitem somewhere under OnDialogResponse?
Try doing this:
Код:
listitem--;
switch (listitem)
{
    case 0:
    {
        // ...
    }
    // ...
}
Reply


Messages In This Thread
Dialog doens't work (REP +) - by IndependentGaming - 24.05.2016, 15:45
Re: Dialog doens't work - by Dayrion - 24.05.2016, 16:09
Re: Dialog doens't work - by GTLS - 24.05.2016, 16:16
Re: Dialog doens't work - by IndependentGaming - 24.05.2016, 16:27
Re: Dialog doens't work - by ilijap - 24.05.2016, 16:29
Re: Dialog doens't work - by IndependentGaming - 24.05.2016, 17:36
Re: Dialog doens't work - by Dayrion - 24.05.2016, 17:50
Re: Dialog doens't work - by Stinged - 24.05.2016, 17:58
Re: Dialog doens't work - by IndependentGaming - 24.05.2016, 18:52
Re: Dialog doens't work - by Konstantinos - 24.05.2016, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)