Quote:
Originally Posted by Gamer_007
Umm try using
pawn Код:
return 0; in place of return 1; in dialog response
In past i faced this problem and i got fixed by changing return 1; to return 0;
Maybe it can help you
|
I can confirm this. The callback has to return 0 just like OnPlayerCommandText. Sorry for not thinking about this earlier.