Problem Dialogs - 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: Problem Dialogs (
/showthread.php?tid=298350)
Problem Dialogs -
Tom_Adams - 20.11.2011
Hello, here is the problem which I meet with my dialogs various of my server:
Quant I use 2 FS using OnDialogReponse, they put themselves in conflict while id of these last ones is different.
Thank you for you possible answers and excuse I from good relatively bad English, I am French...
Re: Problem Dialogs -
FireCat - 20.11.2011
return 0 if its a Filterscript.
https://sampwiki.blast.hk/wiki/OnDialogResponse
Re : Problem Dialogs -
Tom_Adams - 20.11.2011
Thank you but what is in my GM or in my FS, me return 0;....
Needs it maybe return 1 in FS?
Re: Problem Dialogs -
Kostas' - 20.11.2011
On Gamemode , return 1;
On FS, return 0;
Re : Problem Dialogs -
Tom_Adams - 20.11.2011
Merci beaucoup, je test sa dиs que je le peut.
Re: Problem Dialogs -
Joshb93 - 20.11.2011
Uhhh.... Huh?
Re : Problem Dialogs -
Tom_Adams - 20.11.2011
Thank you very much, i testing after...
Re : Problem Dialogs -
Tom_Adams - 20.11.2011
I put return 1 for my GM and return 0 for FS but it of exchange nothing, dialog does not answer...