Skip to content
New issue

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) #4

Closed
ajam123 opened this issue Jun 15, 2022 · 1 comment
Closed

error 035: argument type mismatch (argument 4) #4

ajam123 opened this issue Jun 15, 2022 · 1 comment

Comments

@ajam123
Copy link

ajam123 commented Jun 15, 2022

error 035: argument type mismatch (argument 4)

line: return ShowPlayerDialog(playerid, dialogid, style, caption, info, button1, button2);

tested on new version.

@Nickk888SAMP
Copy link
Owner

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants