18.05.2013, 14:00
Okay so my dialog boxes arent working for some reason none of the IDs are the same. the "return" should be "return 0;" under "ondialogresponse" on my gamemode right? then what should it be for my filterscripts?
}
}
return 1; // We handled a dialog, so return 1. Just like OnPlayerCommandText.
}
return 0; // You MUST return 0 here! Just like OnPlayerCommandText.
}
If you check the samp wiki tutorial of OnDialogResponse:
pawn Код:
|