03.06.2016, 22:15
(
Последний раз редактировалось Dayrion; 03.06.2016 в 22:40.
Причина: Solved
)
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..
__________________________________________________ _________
Solved. I found a return 1; on an other filterscript.
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.