OnDialogReponse's acces. - 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)
+--- Thread: OnDialogReponse's acces. (
/showthread.php?tid=608673)
[SOLVED] OnDialogReponse's access -
Dayrion - 03.06.2016
Hello.
I want to create a filterscript but the filterscript can not use OnPlayerDialogReponse. I mean there is no way to work with him.
I made some research and I found you must return 0 on both OnPlayerDialogReponse (FS/GM). I did it but nothing changed.
I have not really code to post here..
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
SCM(playerid, -1, "test1");
return 0;
}
__________________________________________________ _________
Solved. I found a return 1; on an other filterscript.