SA-MP Forums Archive
Dialogs on filterscripts do not work. - 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)
+--- Thread: Dialogs on filterscripts do not work. (/showthread.php?tid=461021)



Dialogs on filterscripts do not work. - Tamer - 31.08.2013

I am using PPC Housing filterscript and it used to work pretty fine. But now it is not working. After the main dialog (/housemenu) the sub-dialogs (List items) do not work.

I have searched the forums to find a solution and I read that the return must be 0. However OnDialogResponse on my gamemode is aldready returning to 0. I've checked incase the dialog ids are tooken somewhere else in the GameMode so I changed the dialog ID's in the filterscript but its still same.

Any ideas?


Re: Dialogs on filterscripts do not work. - Emmet_ - 31.08.2013

Your gamemode, as well as any other filterscripts running on your server, must be returning 0 at the end of OnDialogResponse.


Re: Dialogs on filterscripts do not work. - Tamer - 31.08.2013

Oh okay. Will check them all thanks.