SA-MP Forums Archive
Load FS with DialogResponse - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Load FS with DialogResponse (/showthread.php?tid=258338)



Load FS with DialogResponse - boyan96 - 30.05.2011

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


AW: Load FS with DialogResponse - Drebin - 30.05.2011

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


Re: Load FS with DialogResponse - boyan96 - 30.05.2011

i don't have


Re: Load FS with DialogResponse - gamer931215 - 30.05.2011

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

And like Drebin said, check the dialogid's.


Re: Load FS with DialogResponse - boyan96 - 30.05.2011

yes the have


Re: Load FS with DialogResponse - Babul - 30.05.2011

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.