19.05.2012, 15:04
Put a print on the first line inside the callback:
Does that get printed when you respond to a dialog?
pawn Код:
public OnDialogResponse(...)
{
print("OnDialogResponse was called");
// All your code here
return 1;
}