: error 035: argument type mismatch (argument 3) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: : error 035: argument type mismatch (argument 3) (
/showthread.php?tid=587508)
: error 035: argument type mismatch (argument 3) -
Jimmi - 31.08.2015
: error 035: argument type mismatch (argument 3)
ShowPlayerDialog(769, DIALOG_STYLE_LIST, "Selecteaza amenda:", "Select", "Close");
Re: : error 035: argument type mismatch (argument 3) -
Rodri99 - 31.08.2015
ShowPlayerDialog(769, DIALOG_STYLE_LIST, "Selecteaza amenda:", "Select", "Close","");
Re: : error 035: argument type mismatch (argument 3) -
MarvinPWN - 31.08.2015
PHP код:
ShowPlayerDialog(playerid,769, DIALOG_STYLE_LIST, "Title","Selecteaza amenda:", "Select", "Close");
Re: : error 035: argument type mismatch (argument 3) -
Rodri99 - 31.08.2015
No you are bad, on this dialog style the last identitation need to be empty if you loose one
Re: : error 035: argument type mismatch (argument 3) -
Onfroi - 31.08.2015
Quote:
Originally Posted by Rodri99
No you are bad, on this dialog style the last identitation need to be empty if you loose one
|
No, he's right..
Код:
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]);
Re: : error 035: argument type mismatch (argument 3) -
Hotspot - 31.08.2015
you have missed playerid,
by the way that compilation error means the number of things in a syntax is more or less