Warning (can't fix it) - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Warning (can't fix it) (
/showthread.php?tid=187482)
Warning (can't fix it) -
marinov - 03.11.2010
C:\Users\Marino Varesio\Desktop\zombie outbreak\gamemodes\zombieoutbreak.pwn(1072) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warnings.
line:
1072 ShowPlayerDialog(playerid, JOINSTARS, DIALOG_STYLE_INPUT, "Please enter the password to join stars.", "Submit", "Cancel");
HELP !!!!!
Re: Warning (can't fix it) -
willsuckformoney - 03.11.2010
pawn Код:
ShowPlayerDialog(playerid, JOINSTARS, DIALOG_STYLE_INPUT, "Please enter the password to join stars.","What should be here as in what is above the input line","Submit","Cancel");
Re: Warning (can't fix it) -
marinov - 03.11.2010
Thanks it worked, I think I was dumb not figuring that out lol