Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Making players unable to hide a dialog.

$
0
0
Hey there,

I want players to NOT BE ABLE to hide dialogs, it's possible with a code like that;

Code:

if(!response)
{
//dialog codes here
}


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.

Viewing all articles
Browse latest Browse all 18226

Trending Articles