12.07.2011, 08:43
Try this, that might work for you.
You need to do something with your string size, or calculate anything since 256 is higher. However, try this first.
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");