Bug Dialog (last version)
The problem with the dialog is that if you send %s %d %i etc to the input(DIALOG_STYLE_INPUT) it will throw an error, the dialog won't show or close, in GetPlayerDialogID(playerid) it will still be considered open
here are the test commands to check
CMD:test(playerid) { //send %s SPD(playerid, 100, DIALOG_STYLE_INPUT, " ", "132", "Send", "cl"); }
CMD:checkdd(playerid) { SCM(playerid, -1, "%d", GetPlayerDialogID(playerid)); }
Release version [v1.3.1.2739]
what do you mean it will throw an error? where does it throw the error? and you said dialog won't show or close. what does this mean as well? is your input dialog shown or closed?
send %s %d to the input field and then call GetPlayerDialogID(playerid)
Well can you please give us information first before forcing us to test it in game?
https://github.com/openmultiplayer/open.mp/compare/master...PainFrenemy2:open.mp:patch-1?diff=unified&w=
if the title field is empty, the dialog will not be displayed
SPD(playerid, 100, DIALOG_STYLE_INPUT, "", "132", "Send", "cl");