28.01.2019, 03:36
Quote:
Really nice include love the style of the stores but it does this for me in game?
Code:
MenuStore_AddItem(playerid, 1, 2703, "Chicken Burger", 50, "A food item that can be consumed, Heals you +20.", 200, true, 0, 0, 2); MenuStore_AddItem(playerid, 2, 2769, "Chicken Wrap", 50, "A food item that can be consumed, Heals you +20.", 200, true, 0, 0, 2); MenuStore_AddItem(playerid, 3, 2768, "Double Chicken Burger", 75, "A food item that can be consumed, Heals you +40.", 200, true, 0, 0, 2); MenuStore_AddItem(playerid, 4, 2703, "Burger Meal Deal", 100, "A food item that can be consumed, Heals you +60.", 200, true, 0, 0, 2); MenuStore_AddItem(playerid, 5, 2814, "12inch Pizza", 150, "A food item that can be consumed, Heals you to full health.", 200, true, 0, 0, 2); MenuStore_Show(playerid, Pizza_Shop, "Airport Pizza Stack"); |
If this does not work, remove the strpack function
#Edit
I fixed this problem in the repository.