open.mp
open.mp copied to clipboard
Bug Dialog (last version)
trafficstars
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]