Quote:
Originally Posted by NL-Sultan
If you check the samp wiki tutorial of OnDialogResponse:
pawn Код:
} } return 1; // We handled a dialog, so return 1. Just like OnPlayerCommandText. } return 0; // You MUST return 0 here! Just like OnPlayerCommandText. }
I think it should be exact the same with filterscripts? Post your code so we can check it ourself.
|
Oh god... I'm so oblivious, I had all of my scripts set to "return 1;" on the bottom.