13.07.2017, 14:01
Hey there,
I want players to NOT BE ABLE to hide dialogs, it's possible with a code like that;
But what I want to do is, making a player unable response dialogs negatively, is it possible at all? With a return or something as far as I know return in OnDialogResponse is just used for calling the callback in other scripts.
EDIT:
I want it to work in certain listitem responses by the way.
I want players to NOT BE ABLE to hide dialogs, it's possible with a code like that;
pawn Код:
if(!response)
{
//dialog codes here
}
EDIT:
I want it to work in certain listitem responses by the way.