12.12.2019, 10:03
Quote:
|
If i hook OnDialogResponse with ALS method, should i return 0 at the end as said in the Wiki?
Code:
Returning 0 in this callback will pass the dialog to another script in case no matching code were found in your gamemode's callback. Code:
#if defined menu_OnDialogResponse return menu_OnDialogResponse(playerid, dialogid, response, listitem, inputtext); #else return 1; // Should it be 0 or 1 ? #endif |


