30.08.2011, 08:42
Make sure you return 0 in the callback OnDialogResponse in EVERY filterscript. Otherwise it wont work, and it closes.
Edit: Sorry, i just noticed its about Menus, and not Dialogs
pawn Код:
Public OnDialogResponse()
{
return 0;
}