02.03.2015, 04:03
Replace return 1 with return 0 under OnDialogResponse in all the Filterscripts and Gamemode.
Make sure you do it in all the scripts you are using.
pawn Код:
public OnDialogResponse(....)
{
return 0;//here, it will pass the dialog id to another script if the dialog id is not found here.
}