12.02.2017, 23:58
Quote:
OnDialogSpoof got called for no reason again and the spoof type was dialog ID. This is what my dialog looked like: https://gyazo.com/ed8c0f8b1d392086fd890bb8d15579f7
Responding to it showed this dialog: https://gyazo.com/f88309606a29a632457e6f7e1966fc22 and after I responded to the second dialog OnDialogSpoof got called. I printed the dialog IDs: Code:
dialogid: 52 g_LSafeDialogs_Player[playerid][e_L_SD_pDIALOG_ID]: -1 |
If what I said is your problem, for now return 1 under your OnDialogResponse. If this isn't the problem, try compiling with v1.0.2 (can be taken from commit history) and see if it's working well or not.
Edit : One more thing I'd like to add - Are you calling OnDialogResponse callback explicitly anywhere on your code? Also let me know if you're using easyDialogs or not.