Need help with multiple fs Dialogs
#3

open your gamemode and all filterscripts you want to use, and check their DialogResponse callback:
the gamemode callback MUST contain a return - preferably return 1; in its end...
each filterscript WITH a return in the callbacks' end, will cancel further processing when its called - remove the return 1; ( or 0; ) at the dialog in order to let the next (filter)scripts perform that callback - as long there is no return in the fitlerscripts, the chain will process until the callback in the gamemode gets called, this is where a return 1; is required.

you will notice the compiler complaining with a warning "function should return a value". < fuck that, and enjoy your 3 filterscripts working together!
Reply


Messages In This Thread
Need help with multiple fs Dialogs - by Smokey619 - 31.12.2012, 04:11
Re: Need help with multiple fs Dialogs - by NicholasA - 31.12.2012, 10:17
Re: Need help with multiple fs Dialogs - by Babul - 31.12.2012, 11:13
Re: Need help with multiple fs Dialogs - by Smokey619 - 31.12.2012, 23:22

Forum Jump:


Users browsing this thread: 2 Guest(s)