FilterScripts arent working?
#1

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?
Reply
#2

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)
Reply
#3

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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)