1 Warning help me out here. its simple. - 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: 1 Warning help me out here. its simple. (
/showthread.php?tid=244632)
1 Warning help me out here. its simple. -
Davz*|*Criss - 27.03.2011
Hey all!
I just need to know how do i fix this warning
pawn Код:
C:\Users\smith\Desktop\Server 2\gamemodes\Stunts_Universal.pwn(115) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Warning.
And the code:-
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Stunts Universal Credits.","/kill /tp /rules /goto /cmds","Okay!");
And i want only the Okay! Button.
Thanks for ya help
Re: 1 Warning help me out here. its simple. -
airsoft - 27.03.2011
after "Okay" do ,"Cancel"
Re: 1 Warning help me out here. its simple. -
Davz*|*Criss - 27.03.2011
Thanks
Re: 1 Warning help me out here. its simple. -
admantis - 27.03.2011
To have only ONE button
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Stunts Universal Credits.","/kill /tp /rules /goto /cmds","Okay!", "");
Re: 1 Warning help me out here. its simple. -
Davz*|*Criss - 27.03.2011
Thanks very much.
Re: 1 Warning help me out here. its simple. -
airsoft - 28.03.2011
No Problem Lol