01.02.2014, 21:39
Quote:
Shouldnt it be
pawn Код:
you have: ShowPlayerDialog(playerid, dialogid, style, info[], button1[], button2[]); it should be: ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]); |
#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