06.04.2011, 17:38
OnDialogResponse should return 0;
Returns Returning 0 in this callback will pass the dialog to another script in case no matching code were found in your gamemode's callback.
Returns Returning 0 in this callback will pass the dialog to another script in case no matching code were found in your gamemode's callback.
pawn Код:
return 0; // If you put return 1 here the callback will not continue to be called in other scripts (filterscripts, etc.).