1 Warning help me out here. its simple.
#1

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
Reply
#2

after "Okay" do ,"Cancel"
Reply
#3

Thanks
Reply
#4

To have only ONE button
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Stunts Universal Credits.","/kill /tp /rules /goto /cmds","Okay!", "");
Reply
#5

Thanks very much.
Reply
#6

No Problem Lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)