SA-MP Forums Archive
Gamemode Dialog Clash with Filterscript Dialog - 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: Gamemode Dialog Clash with Filterscript Dialog (/showthread.php?tid=449596)



Gamemode Dialog Clash with Filterscript Dialog - RandomDude - 09.07.2013

Gamemode Dialog Clash with Filterscript Dialog

They crash with each other
I have tried return 0 for gamemode and return 1 for filterscript
and the other way around


Re: Gamemode Dialog Clash with Filterscript Dialog - ReVo_ - 09.07.2013

Just post crash result and code.

How can help you w/o code ?


Re: Gamemode Dialog Clash with Filterscript Dialog - RandomDude - 09.07.2013

Its not crash.
The dialog I click type like /v for vehicles it brings up dialog but when I click example helicopters it won't do the next dialog and thats the filterscript.

In my gamemode the /teles dialog works.


Re: Gamemode Dialog Clash with Filterscript Dialog - RandomDude - 09.07.2013

...........


Re: Gamemode Dialog Clash with Filterscript Dialog - Calabresi - 09.07.2013

Make sure that their dialog ids are different with each other. If it still doesn't work, post your dialogs' code so we can help you.


Re: Gamemode Dialog Clash with Filterscript Dialog - RandomDude - 09.07.2013

The dialog codes are fine They all seem to work in filterscript with another gamemode.
I have checked the ids they seem to be fine.


Re: Gamemode Dialog Clash with Filterscript Dialog - RandomDude - 09.07.2013

........................


Re: Gamemode Dialog Clash with Filterscript Dialog - EiresJason - 09.07.2013

Is this the problem you're having?
https://www.youtube.com/watch?v=JDh5lRERfVw


Re: Gamemode Dialog Clash with Filterscript Dialog - SwisherSweet - 09.07.2013

Post the freaking code, also stop bumping someone will help. You


AW: Gamemode Dialog Clash with Filterscript Dialog - roym899 - 09.07.2013

Pretty sure the ids are randomly the same. Check the defines / enums in the filterscript or your gamemode and change them.