open.mp icon indicating copy to clipboard operation
open.mp copied to clipboard

Bug Dialog (last version)

Open PainFrenemy2 opened this issue 1 year ago • 4 comments
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]

PainFrenemy2 avatar Aug 09 '24 13:08 PainFrenemy2