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=527287)



Problem with dialogs - Riste - 21.07.2014

Hello,

I have a problem with my dialogs which is in filterscripts, they shows but can't respond, in gamemode dialogs working, but on filterscripts not... What's the problem?


Respuesta: Problem with dialogs - Alex_Obando - 21.07.2014

Can you please post your code, so we could help you easily?


Re: Respuesta: Problem with dialogs - Riste - 21.07.2014

Quote:
Originally Posted by Alex_Obando
Посмотреть сообщение
Can you please post your code, so we could help you easily?
There are no code, so i'll explain more correctly, if i start the server with other gamemode, plugins, includes... Dialogs on filterscripts working good.


Re: Problem with dialogs - DaDenz - 21.07.2014

Do you compiled the FS with the latest includes?
Can you post your server log maybe?


Re: Problem with dialogs - mkdim9z6 - 21.07.2014

first of all, dont use more than 2 filterscripts that include dialogs
secondly, place the filterscripts which have dialogs at the first


Re: Problem with dialogs - Riste - 21.07.2014

Quote:
Originally Posted by mkdim9z6
Посмотреть сообщение
first of all, dont use more than 2 filterscripts that include dialogs
secondly, place the filterscripts which have dialogs at the first
If i use one filterscript which include dialogs, working, but i have more than one filterscript which includes dialogs... Is there any way to use more than one ?


Re: Problem with dialogs - mkdim9z6 - 22.07.2014

Quote:
Originally Posted by Riste
Посмотреть сообщение
If i use one filterscript which include dialogs, working, but i have more than one filterscript which includes dialogs... Is there any way to use more than one ?
combine them, I used to have this problem, I also posted it before 2 days.

I had, animations, admin system, radio and attachments

they were like this in server.cfg

filterscripts admin radio attachments anims

only admin and radio dialogs had responses, so I combined radio and anims with attachments and called them mixed

then I had;
filterscripts admin mixed

and all dialog responses worked and make sure that all of them return 0;


Re: Problem with dialogs - mkdim9z6 - 23.07.2014

did it work?


Re: Problem with dialogs - Riste - 23.07.2014

Wow, now i using two filterscripts which includes dialogs, and still working.