20.12.2013, 12:26
Go to OnPlayerDialogResponse, and find the case id - the same as you use for ShowPlayerDialog, and to make it work when you click on buttons it just need to be
Also be sure that the ID of your dialog is not something very high, and check if they aren't duplicated - ID already used before.
pawn Код:
if(response)
{
// code here
}