Dialog problem
#2

You should use your list items like that...
On top of your gamemode:
pawn Код:
new listitems[] = "Games\nMovies\nBank";
Then instead of putting "LoadText"
just insert it like that:
pawn Код:
ShowPlayerDialog(playerid, DIALOG_BANK_MENU,  DIALOG_STYLE_LIST, LoadText(playerid, "BANK"), listitems, LoadText(playerid, "SELECT2"), LoadText(playerid, "CANCEL"));
HOPE it helps you.
Reply


Messages In This Thread
Dialog problem - by armyoftwo - 28.12.2010, 07:20
Re: Dialog problem - by Toreno - 28.12.2010, 07:50
Re: Dialog problem - by exDDDD - 28.12.2010, 08:04
Re: Dialog problem - by armyoftwo - 28.12.2010, 08:15
Re: Dialog problem - by exDDDD - 28.12.2010, 08:18
Re: Dialog problem - by armyoftwo - 28.12.2010, 08:19
Re: Dialog problem - by exDDDD - 28.12.2010, 08:26
Re: Dialog problem - by armyoftwo - 28.12.2010, 08:29
Re: Dialog problem - by PowerPC603 - 28.12.2010, 11:17
Re: Dialog problem - by armyoftwo - 28.12.2010, 11:23

Forum Jump:


Users browsing this thread: 1 Guest(s)