-Identifier-
#8

Quote:
Originally Posted by TheFlyer
Посмотреть сообщение
Shouldnt it be
pawn Код:
ShowPlayerDialog(playerid, 4, DIALOG_STYLE_MSGBOX, "Title", string, "BUTTON1", "BUTTON2")
?

you have:
ShowPlayerDialog(playerid, dialogid, style, info[], button1[], button2[]);

it should be:
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]);
That is correct, I am assuming that the 4 after playerid, has already been defined as a dialog id with
#define DIALOG_INTERIORS 4 or something like that
But I belive that "String" is already the name of the MSGBOX so you wouldn't need the "Title" as string takes it's place
apart from that, yes you're correct
Reply


Messages In This Thread
-Identifier- - by Ryan McDuff - 01.02.2014, 20:59
Re: -Identifier- - by Duck4coder - 01.02.2014, 21:08
Re: -Identifier- - by Ryan McDuff - 01.02.2014, 21:08
Re: -Identifier- - by blackeagle1122 - 01.02.2014, 21:09
Re: -Identifier- - by Duck4coder - 01.02.2014, 21:12
Re: -Identifier- - by Duck4coder - 01.02.2014, 21:16
Re: -Identifier- - by TheFlyer - 01.02.2014, 21:34
Re: -Identifier- - by Duck4coder - 01.02.2014, 21:39
Re: -Identifier- - by Rory - 01.02.2014, 22:09

Forum Jump:


Users browsing this thread: 2 Guest(s)