[HELP]Little Warning :D - 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: [HELP]Little Warning :D (
/showthread.php?tid=568072)
[HELP]Little Warning :D -
Mya - 19.03.2015
Hi,
I got warning 202: number of arguments does not match definition warning, how to fix that?
PHP код:
if(listitem == 0) ShowPlayerDialog(playerid, DIALOG_DRIFTMAP, DIALOG_STYLE_LIST, "Drift1 (/drift) \nDrift2 (/drift2) \nDrift3 (/drift3) \nDrift3 (/drift4) \nDrift5 (/drift5)", "Teleport", "Cancel");
PHP код:
warning 202: number of arguments does not match definition warning, how to fix that?
Re: [HELP]Little Warning :D -
SickAttack - 19.03.2015
pawn Код:
if(listitem == 0) ShowPlayerDialog(playerid, DIALOG_DRIFTMAP, DIALOG_STYLE_LIST, "Drift1 (/drift) \nDrift2 (/drift2) \nDrift3 (/drift3) \nDrift3 (/drift4) \nDrift5 (/drift5)", "Teleport", "Submit", "Cancel");
Re: [HELP]Little Warning :D -
CalvinC - 19.03.2015
You forgot the "title" of the dialog.
Quote:
ShowPlayerDialog(playerid, DIALOG_DRIFTMAP, DIALOG_STYLE_LIST, "Title here", "Drift1 (/drift) \nDrift2 (/drift2) \nDrift3 (/drift3) \nDrift3 (/drift4) \nDrift5 (/drift5)", "Teleport", "Cancel");
|
Re: [HELP]Little Warning :D -
Mya - 19.03.2015
Quote:
Originally Posted by SickAttack
pawn Код:
if(listitem == 0) ShowPlayerDialog(playerid, DIALOG_DRIFTMAP, DIALOG_STYLE_LIST, "Drift1 (/drift) \nDrift2 (/drift2) \nDrift3 (/drift3) \nDrift3 (/drift4) \nDrift5 (/drift5)", "Teleport", "Submit", "Cancel");
|
Thanks, FIXED
Re: [HELP]Little Warning :D -
CalvinC - 19.03.2015
Quote:
Originally Posted by Mya
Thanks, FIXED 
|
The title should be on the other side of the Drift's, like i showed you.
Re: [HELP]Little Warning :D -
SickAttack - 19.03.2015
Quote:
Originally Posted by CalvinC
The title should be on the other side of the Drift's, like i showed you.
|
Oh, yeah. I wasn't paying attention
Re: [HELP]Little Warning :D -
Mya - 19.03.2015
Quote:
Originally Posted by CalvinC
The title should be on the other side of the Drift's, like i showed you.
|
Thanks, SickAttack make my server error xD but compile sucsess
Quote:
Originally Posted by SickAttack
Oh, yeah. I wasn't paying attention 
|
:P