GUI fs - 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: GUI fs (
/showthread.php?tid=409405)
GUI fs -
Louris - 21.01.2013
When I use filterscript which with gui, they don't working.. Simple i write /create, then i saw DIALOG_STYLE_LIST, when i choose something, just nothing happens.. This problem not only for me.
AW: GUI fs -
Blackazur - 21.01.2013
maybe the filterscript is bugged, try an another filterscript.
Re: GUI fs -
DaRk_RaiN - 21.01.2013
Make sure that the ID of the dialog matches the one on the OnDialogRespose callback.
Else PM me the FS and i'll take a look at it(if you don't wanna publish it)
Re: GUI fs -
azzerking - 21.01.2013
Also make sure the IDs of the Dialog are unique and are not being mistaken for another.
By this i mean make sure you don't have two Dialog's with the same ID.
Re: GUI fs -
Louris - 21.01.2013
ALL filterscripts with gui doesn't work. Problem is not in filterscript.
Re: GUI fs -
Louris - 22.01.2013
Any ideas?