03.05.2014, 01:32
What's wrong with this? I put it all on one line but my pawno crashes.
It shows the line up until half of the word Cooker and my string is set as 128 so should be okay..
pawn Код:
format(string, sizeof(string), ""White"Kitchen Sink ("Green"$%d"White")\nKitchen Sink 2 ("Green"$%d"White")\nKitchen Sink 3 ("Green"$%d"White")\nCooker ("Green"$%d"White")\nCooker 2 ("Green"$%d"White")\nWashing Machine ("Green"$%d"White")\nWashing Machine 2 ("Green"$%d"White")\n", KitSink, KitSink2, KitSink3, Cooker, Cooker2, Washer, Washer2);
format(string, sizeof(string), "%sFridge ("Green"$%d"White")\nFryer ("Green"$%d"White")", string, Fridge, Fryer);
ShowPlayerDialog(playerid, DIALOG_FURNI2, DIALOG_STYLE_LIST, ""Green"Furniture & Supplies", string, "Purchase", "Next");