Posts: 372
Threads: 98
Joined: Mar 2011
Reputation:
0
Filterscript dialogs are showing but they can't be clicked.. won't respond at all
Posts: 249
Threads: 29
Joined: Apr 2011
Reputation:
0
That might be because IDs of dialogs conflict with the ones in gamemode
Posts: 270
Threads: 10
Joined: Jun 2016
Reputation:
0
Your filterscript might contain return 1; in ondialogresponse, Make sure it's return 0;
That's a common problem in Filterscript