open.mp
open.mp copied to clipboard
response parameter in OnDialogResponse
Currently, cheaters may modify dialog response with any integer value from 0 to 255:
and it will pass untouched to the pawn script.
I suggest always converting response parameter into boolean when processing any dialog response.