You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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?
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, inGetPlayerDialogID(playerid)
it will still be considered openhere 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]
The text was updated successfully, but these errors were encountered: