Dialog response 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog response problem (
/showthread.php?tid=225655)
Dialog response problem -
Swiftz - 14.02.2011
I have many dialogs in my gamemode, When i use some dialogs in my filterscript with different ids , they dont work. Like only the first dialog appears and when i press any option in the dialog it doesnt work. I tried several times with different dialogs please help . Dialog response doesnt work in fs , dialogs in gm work fine
Re: Dialog response problem -
Abreezy - 14.02.2011
Shows the codes for further help
Re: Dialog response problem -
Steven82 - 14.02.2011
Possibly because the dialog ids are conflicting. You may only use one dialog id once. Just a heads up, so in the GameMode you got dialog id 1,2,3 used and then in the FS you got the same ids being used it will not work.
But, GM-1,2,3 FS-4,5,6 will work. So try to keep the dialog ids different
Re: Dialog response problem -
Swiftz - 14.02.2011
I know codes are right coz they work in my gm but problem isnt it
Re: Dialog response problem -
Steven82 - 14.02.2011
I'd be sure to check the ids since well...if that isn't the problem its your coding
Re: Dialog response problem -
Swiftz - 14.02.2011
And i dont have dialog ids same they are different
Re: Dialog response problem -
Steven82 - 14.02.2011
well then it's your coding. Congratz