18.05.2013, 15:03
If you check the samp wiki tutorial of OnDialogResponse:
I think it should be exact the same with filterscripts? Post your code so we can check it ourself.
pawn Код:
}
}
return 1; // We handled a dialog, so return 1. Just like OnPlayerCommandText.
}
return 0; // You MUST return 0 here! Just like OnPlayerCommandText.
}