SA-MP Forums Archive
Questions about OnDialogResponse! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Questions about OnDialogResponse! (/showthread.php?tid=452361)



Questions about OnDialogResponse! - Uberanwar - 21.07.2013

Hello guys, why do we have to make sure that in gamemode and in all loaded filterscripts OnDialogResponse (if exists) returns 0? What if we don't have loaded filterscripts? Do we have to change the gamemode's ondialogresponse returns to 1 again?


Re: Questions about OnDialogResponse! - Alternative112 - 21.07.2013

ALL Gamemode events should return 1, regardless if you have filterscripts or not. IIRC returning 0 breaks things, if you have problems with returning 0 for gamemode events, please tell me.


Re: Questions about OnDialogResponse! - Uberanwar - 21.07.2013

Quote:
Originally Posted by Alternative112
Посмотреть сообщение
ALL Gamemode events should return 1, regardless if you have filterscripts or not. IIRC returning 0 breaks things, if you have problems with returning 0 for gamemode events, please tell me.
I don't understand something here, what is IIRC?
EDIT: ''if you have problems with returning 0 for gamemode events, please tell me.'' you mean returning 1?