SA-MP Forums Archive
Dialog problem o_O - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog problem o_O (/showthread.php?tid=191750)



[SOLVED]Dialog problem o_O - [MWR]Blood - 20.11.2010

FIXED


Re: Dialog problem o_O - TheXIII - 20.11.2010

You have return 1; in the middle of there. It cuts out any code after it. In fact, it looks like the wheel/paintjob dialogs are out of the callback as whole.


Re: Dialog problem o_O - MicroD - 20.11.2010

Please help me https://sampforum.blast.hk/showthread.php?tid=191747


Re: Dialog problem o_O - [MWR]Blood - 20.11.2010

Quote:
Originally Posted by TheXIII
Посмотреть сообщение
You have return 1; in the middle of there. It cuts out any code after it. In fact, it looks like the wheel/paintjob dialogs are out of the callback as whole.
That's not the reason.
I removed it, still same...


Re: Dialog problem o_O - TheXIII - 20.11.2010

Quote:
Originally Posted by Delux13
Посмотреть сообщение
That's not the reason.
I removed it, still same...
Yeah, sorry. Looking at it again it's not that. Your braces are messed up Well.. then I have no idea.


Re: Dialog problem o_O - MadeMan - 20.11.2010

Show the whole OnDialogResponse callback.


Re: Dialog problem o_O - [MWR]Blood - 20.11.2010

I've fixed it, just moved the code above.
Thanks for the help though