warning 202: number of arguments does not match definition (( SHOWPLAYERDIALOG EDITION ))
#1

Код:
ShowPlayerDialog(playerid, DIALOG_BBHELP, DIALOG_STYLE_MSGBOX, titlestring , string, string2 , "Okay", "");
Error is coming from that!

How can i fix it?
Reply
#2

(playerid, DIALOG_BBHELP, DIALOG_STYLE_MSGBOX, titlestring , string, string2 , "Okay", "");
(playerid, dialogid, style, caption[], info[], button1[], button2[])

You have 2 'info[]'
Reply
#3

Quote:
Originally Posted by PrivatioBoni
Посмотреть сообщение
(playerid, DIALOG_BBHELP, DIALOG_STYLE_MSGBOX, titlestring , string, string2 , "Okay", "");
(playerid, dialogid, style, caption[], info[], button1[], button2[])

You have 2 'info[]'
Doesn't work
Reply
#4

Quote:
Originally Posted by PawnOX
Посмотреть сообщение
Doesn't work
What doesn't work did you even understand what he said.
Reply
#5

you only doesn't get what PrivatoBoni said.

he mean that you got 2 info. string and string2. remove one of them
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)