22.05.2018, 17:34
allways return 0; ondialogresponse
make sure ondialogresponse return 0 in all of your scripts
make sure ondialogresponse return 0 in all of your scripts
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
return 1;
}