11.07.2011, 23:41
[Highly code needed, take your time. I NEED -YOUR- HELP.]
Hey guys.
I'm just trying to create a showplayerdialog (list) that will read the items from a file.
But when I'm running the script there are no errors or warnings but there is no items in the list box.
This is my code:
Thanks for anyone who'll try to help me with this. another code will be very helpful.
Hey guys.
I'm just trying to create a showplayerdialog (list) that will read the items from a file.
But when I'm running the script there are no errors or warnings but there is no items in the list box.
This is my code:
pawn Код:
new getItems[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"));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_LIST, "List", getItems , "Go", "Cancel");