SA-MP Forums Archive
Problem with 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 with dialogs.. (/showthread.php?tid=360308)



Problem with dialogs.. [+REP!] - dundolina - 17.07.2012

I have a problem with dialogues fitlerscripts. When I click on an option to remove the entire dialogue and not execute the command. How do I fix it?

And need me dialog system with pages?

Need me rob system?

Need me level,exp and payday system?

Need me good drug system?

Need me job system?

Need me /advert,/cnos (unlimited nos),/asay,/time,/site commands?

Need me house system?

Need me biz system?


Re: Problem with dialogs.. - Devilxz97 - 17.07.2012

show me the code .


Re: Problem with dialogs.. - dundolina - 17.07.2012

This happens almost every script. I have 10 filterscript and all get this problem. Need me and cnos command for unlimited nos.


Re: Problem with dialogs.. - dundolina - 17.07.2012

And need me dialog system with pages.


Respuesta: Problem with dialogs.. - farCry.xD - 17.07.2012

Try to put the dialog response and dialogs in your gm..


Re: Problem with dialogs.. - dundolina - 17.07.2012

I can't..Need me ot fitlerscripts.


Re: Problem with dialogs.. - dundolina - 17.07.2012

UP..!


Re: Problem with dialogs.. - -CaRRoT - 17.07.2012

I Don't understand you at all. Anyway

This might happen due to the Dialogs ID's conflict - Lemme Explain.

For Example - Your Filterscript Has a Dialog whose ID is 1

And the GM You are using has a Dialog with the ID 1 - So.. Once you Run both - It won't work..

Try to Change the Dialogs ID's in your Filterscripts to unique ID's.


Re: Problem with dialogs.. - Devilxz97 - 17.07.2012

Quote:
Originally Posted by Breto
Посмотреть сообщение
I Don't understand you at all. Anyway

This might happen due to the Dialogs ID's conflict - Lemme Explain.

For Example - Your Filterscript Has a Dialog whose ID is 1

And the GM You are using has a Dialog with the ID 1 - So.. Once you Run both - It won't work..

Try to Change the Dialogs ID's in your Filterscripts to unique ID's.
yes a unique one

example ; top of your script

#define MYDIALOG 99


Re: Problem with dialogs.. - dundolina - 17.07.2012

Not this..