Posts: 487
Threads: 172
Joined: Sep 2010
Reputation:
0
I have 2 FS who have Dialog (they are work perfect the dialogs response),but when i load 3 FS with dialog the dialog didn't response. HOW i can make it to response
Posts: 1,101
Threads: 21
Joined: Oct 2010
Reputation:
0
Do you have 2 dialogs that have the same IDs ?
Check for it
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
open your 3 filterscripts.
search the OnDialogResponse().
REMOVE the last return 0; / return 1;
save/compile them.
open your gamemode.
make SURE that it contains the return 1; at the callbacks' (ODR) end.
save/compile it.
done.