We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
error 035: argument type mismatch (argument 4)
line: return ShowPlayerDialog(playerid, dialogid, style, caption, info, button1, button2);
tested on new version.
The text was updated successfully, but these errors were encountered:
Can you send me some more code? Because i can't reproduce this error.
Doing
CMD:test(playerid, params[]) { ShowPlayerDialog(playerid, 243, DIALOG_STYLE_LIST, "Test1", "info", "test3", "test4", 10); return 1; }
Shows me 0 errors.
Sorry, something went wrong.
No branches or pull requests
error 035: argument type mismatch (argument 4)
line: return ShowPlayerDialog(playerid, dialogid, style, caption, info, button1, button2);
tested on new version.
The text was updated successfully, but these errors were encountered: