Dialogs problem - 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: Dialogs problem (
/showthread.php?tid=602670)
Dialogs problem -
jimis - 11.03.2016
hi guys , i am using 5 filterscripts on my server, all of them using dialogs , the problem is that the dialogs get confused each other , i mean that when i type /teleportAirport its shows me the guns dialog, whats wrong? i need to change dialogs id? or just to use only one filterscript, because when i use only one the everythinh goes fine.
Thanks
Re: Dialogs problem -
N0FeaR - 11.03.2016
Like u said the id, they might have some ids so change it in fs.
Re: Dialogs problem -
jimis - 11.03.2016
ok thanks man
,so you mean i have to change the dialogs ids, you suggest to use enum or just ids numbers?
Re: Dialogs problem -
N0FeaR - 11.03.2016
You can also define them.
Re: Dialogs problem -
Shaheen - 11.03.2016
as there are 5 fs in ur Server.ofc it will get mixed up if u gave same ids for all dialogues especially change the ids in ondialogueresponse and also commandtext
Re: Dialogs problem -
jimis - 11.03.2016
ok thanks guys