Load FS with DialogResponse
#1

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
Reply
#2

Do you have 2 dialogs that have the same IDs ?
Check for it
Reply
#3

i don't have
Reply
#4

Make sure that they have both
pawn Код:
return 0;
on the end of the OnDialogResponse callback.

And like Drebin said, check the dialogid's.
Reply
#5

yes the have
Reply
#6

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)