Posts: 43
Threads: 18
Joined: Aug 2015
Reputation:
0
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?
Posts: 48
Threads: 12
Joined: Feb 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.
Posts: 1,206
Threads: 39
Joined: Feb 2014
Reputation:
0
The OnDialogResponse callback should return 0 in all instances (in your gamemode at least).
Posts: 43
Threads: 18
Joined: Aug 2015
Reputation:
0
Thanks guys, I'll try both of the suggestions.