[SOLVED]
#1

EDIT: Was a simple fix that I overlooked.
Reply
#2

Make a greater newstring size.
pawn Код:
new string[64], newstring[512];
for(new i = 0; i != sizeof(HatObjects); ++i)
{
    format(string, sizeof(string),"%s\n", HatObjects[i]);
    strcat(newstring, string);
}
ShowPlayerDialog(playerid, OBJECT_HATS, DIALOG_STYLE_LIST, "{FFFFFF}Accessory System || {33CCFF}Hats", newstring, "Purchase", "Back");
Edit: Lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)