SA-MP Forums Archive
TDEditor Problem - 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: TDEditor Problem (/showthread.php?tid=602982)



TDEditor Problem - Sheperc - 16.03.2016

I have started experiencing a problem which I never had before. For some odd reason, after I open my TDEditor with /tde, it starts perfectly, then I get a dialog requesting me to pick Create a new project, Load project and other stuff. So basically after I press ANY of them - no dialog appears after. Let's say I press Create a new project, and it should show another dialog, requesting me to put a new name to it, but it just doesn't SHOW UP! Any ideas?


Re: TDEditor Problem - dicknyson - 16.03.2016

I had this same problem, but I could never figure out what was wrong. In the end, I just ended up using another blank server package just for this filterscript because it seemed as though my gamemode was interfering with the filterscript in some way.


Re: TDEditor Problem - AndySedeyn - 16.03.2016

The OnDialogResponse callback should return 0 in all instances (in your gamemode at least).


Re: TDEditor Problem - Sheperc - 16.03.2016

Thanks guys, I'll try both of the suggestions.