SA-MP Forums Archive
Filterscripts bugs - 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: Filterscripts bugs (/showthread.php?tid=624954)



Filterscripts bugs - Learn - 25.12.2016

I have for example pizza job FS and car wash FS when I give pizza it's tp me to car wash hahahah.... what to do?

How slove this Filterscripts bugs?


Re: Filterscripts bugs - Luicy. - 25.12.2016

Send me either the pizza FS or car wash FS.

The problem is probably that the dialogs ID's are close to be the same.


Re: Filterscripts bugs - Learn - 25.12.2016

Quote:
Originally Posted by Luicy.
Посмотреть сообщение
Send me either the pizza FS or car wash FS.

The problem is probably that the dialogs ID's are close to be the same.
How change the ID'S dialogs? can you give me example and I do that?


Re: Filterscripts bugs - Amads - 25.12.2016

ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[])
When you change dialogid in ShowPlayerDialog you also have to change it in OnDialogResponse.


Re: Filterscripts bugs - Learn - 25.12.2016

Quote:
Originally Posted by Amads
Посмотреть сообщение
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[])
When you change dialogid in ShowPlayerDialog you also have to change it in OnDialogResponse.
If the FS without dialogs? and if the FS have dialogs without ID'S ? It's also make bugs? and thank you very much for help!!!!!!!!!!!


Re: Filterscripts bugs - Learn - 25.12.2016

Quote:
Originally Posted by Luicy.
Посмотреть сообщение
Send me either the pizza FS or car wash FS.

The problem is probably that the dialogs ID's are close to be the same.
Thank you for the comment!