๐Ÿ“‹Installation

Ensure all these dependencies are installed and started before fs_clothing

Framework

Dependencies

Inventories Installation:

  • Step 1: Install all following items into ox_inventory/data/items.lua.

-- copy these items after the last item in your ox-inventory/data/items.lua
["fs_d_buffalo_chicken"] = {
    label = "Buffalo Chicken",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_cali_chicken_bacon"] = {
    label = "Cali Chicken Bacon",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_extra_vagan_zza"] = {
    label = "Extra Vagan zza",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_honolulu_hawaiian"] = {
    label = "Honolulu Hawaiian",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_meat_zza"] = {
    label = "Meat zza",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_memphis_bbq_chicken"] = {
    label = "Memphis Bbq Chicken",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_pacific_veggie"] = {
    label = "Pacific Veggie",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_philly_cheese_steak"] = {
    label = "Philly Cheese Steak",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_pizza_deluxe"] = {
    label = "Pizza Deluxe",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_spinach_feta"] = {
    label = "Spinach Feta",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_ultimate_pepperoni"] = {
    label = "Ultimate Pepperoni",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_wisconsin_cheese"] = {
    label = "Wisconsin Cheese",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_chicken_bacon_ranch"] = {
    label = "Chicken Bacon Ranch",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_chicken_habanero"] = {
    label = "Chicken Habanero",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_chicken_parm"] = {
    label = "Chicken Parm",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_italian_sandwich"] = {
    label = "Italian Sandwich",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_mediterranean_veggie"] = {
    label = "Mediterranean Veggie",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_philly_cheese_sandwich"] = {
    label = "Philly Cheese Sandwich",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_chicken_carbonara"] = {
    label = "Chicken Carbona",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_italian_sausage_marinara"] = {
    label = "Italian Marinara",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_p_chicken_alfredo"] = {
    label = "Alfred Pasta",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_pasta_primavera"] = {
    label = "Primavera Pasta",
    weight = 1,
    stack = true,
    close = true,
},

["fs_d_coca_cola"] = {
    label = "Coca Cola",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_dr_pepper"] = {
    label = "Dr Pepper",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_fanta_orange"] = {
    label = "Fanta",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_fruit_punch"] = {
    label = "Fruit Punch",
    weight = 1,
    stack = true,
    close = true,
},
["fs_d_sprite"] = {
    label = "Sprite",
    weight = 1,
    stack = true,
    close = true,
},
  • Step 2:

Drag fs_pizzashop into your resource folder and ensure it after ox_lib.

  • Step 3:

install any food business which you like