SA-MP Forums Archive
FilterScripts arent working? - 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: FilterScripts arent working? (/showthread.php?tid=437909)



FilterScripts arent working? - xXitsgodzillaXx - 17.05.2013

Okay so my filterscripts are being really really glitchy, for some reason only the first FS is working. correctly that is. as for the other filterscripts they start to work, but they dont work completely. like for FS's that use dialog boxes? the box opens but when i pick an option the box closes but doesnt do anything. and it only appears to only be having problems with dialog boxes. my gamemode has "return 0;" under "ondialogresponse" all my filterscripts have "return 1;" under "ondialogresponse" and i only have 6 filterscripts. does anyone have any ideas?


Re: FilterScripts arent working? - SilverKiller - 17.05.2013

Your Dialog IDS are mixed up, like in your gamemode you have #define DIALOG_TEST 1, and in your FilterScript you have #define DIALOG_FS 1, that means your dialogs won't work. (I meant the mixed up dialogs)


Re: FilterScripts arent working? - xXitsgodzillaXx - 17.05.2013

Quote:
Originally Posted by SilverKiller
Посмотреть сообщение
Your Dialog IDS are mixed up, like in your gamemode you have #define DIALOG_TEST 1, and in your FilterScript you have #define DIALOG_FS 1, that means your dialogs won't work. (I meant the mixed up dialogs)
actually i just checked my ids arent like that would you like to see them?