[HELP REQUEST] ShowPlayerDialog (list)
#6

Try this, that might work for you.
pawn Код:
new getItems[256];
new str[256];
format(getItems, 256, "%s\r\n%s\r\n%s", DOF2_GetString(User, "item2", "section"), DOF2_GetString(User, "item2", "section"), DOF2_GetString(User, "item3", "section"));
strcat(str, getItems, sizeof(str));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "List", str , "Go", "Cancel");
You need to do something with your string size, or calculate anything since 256 is higher. However, try this first.
Reply


Messages In This Thread
[HELP REQUEST] ShowPlayerDialog (list) - by Micheal_ - 11.07.2011, 23:41
Re: [HELP REQUEST] ShowPlayerDialog (list) - by Rickye - 12.07.2011, 06:07
Re: [HELP REQUEST] ShowPlayerDialog (list) - by Micheal_ - 12.07.2011, 07:44
Re: [HELP REQUEST] ShowPlayerDialog (list) - by Toreno - 12.07.2011, 07:50
Re: [HELP REQUEST] ShowPlayerDialog (list) - by Micheal_ - 12.07.2011, 08:26
Re: [HELP REQUEST] ShowPlayerDialog (list) - by Toreno - 12.07.2011, 08:43
Re: [HELP REQUEST] ShowPlayerDialog (list) - by PotH3Ad - 12.07.2011, 09:03
Re: [HELP REQUEST] ShowPlayerDialog (list) - by Micheal_ - 12.07.2011, 09:43
Re: [HELP REQUEST] ShowPlayerDialog (list) - by PotH3Ad - 12.07.2011, 21:12

Forum Jump:


Users browsing this thread: 1 Guest(s)