Posts: 248
Threads: 54
Joined: May 2014
Код:
ShowPlayerDialog(playerid, DIALOG_BBHELP, DIALOG_STYLE_MSGBOX, titlestring , string, string2 , "Okay", "");
Error is coming from that!
How can i fix it?
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
(playerid, DIALOG_BBHELP, DIALOG_STYLE_MSGBOX, titlestring , string, string2 , "Okay", "");
(playerid, dialogid, style, caption[], info[], button1[], button2[])
You have 2 'info[]'
Posts: 248
Threads: 54
Joined: May 2014
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
Posts: 400
Threads: 47
Joined: Aug 2013
Reputation:
0
you only doesn't get what PrivatoBoni said.
he mean that you got 2 info. string and string2. remove one of them