Last updated
Last updated
Head over to qb-core/shared/items.lua
Then head over to qb-core/shared/jobs.lua
Now drop the images from px-atomjob/assets/images to yourinventory/html/images
Now head over to qb-management/client/cl_config.lua
Thanks for buying the script! Now we will go over how to install it!
-- Project X Up 'n' Atom items
["upnatom-bacon"] = {["name"] = "upnatom-bacon", ["label"] = "Bacon Burger", ["weight"] = 250, ["type"] = "item", ["image"] = "upnatom_the-bacon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-cheese"] = {["name"] = "upnatom-cheese", ["label"] = "Cheese Burger", ["weight"] = 300, ["type"] = "item", ["image"] = "upnatom_cheeseburger.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-atomic"] = {["name"] = "upnatom-atomic", ["label"] = "Atomic burger", ["weight"] = 2500, ["type"] = "item", ["image"] = "upnatom_atomic.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-meatfree"] = {["name"] = "upnatom-meatfree", ["label"] = "Meat Free", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_meat-free.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-fries"] = {["name"] = "upnatom-fries", ["label"] = "French Fries", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_fries.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-atomicmeal"] = {["name"] = "upnatom-atomicmeal", ["label"] = "Atomic Meal", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom-atomicmeal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
-- Drinks
["upnatom-softdrink"] = {["name"] = "upnatom-softdrink", ["label"] = "Soft Drink", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_softdrink.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "An Ice Cold Drink."},
["upnatom-mshake"] = {["name"] = "upnatom-mshake", ["label"] = "Milkshake", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_milkshake.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Hand-scooped for you!"},
-- Ingredients
["upnatom-bun"] = {["name"] = "upnatom-bun", ["label"] = "Bun", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_bun.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-bacons"] = {["name"] = "upnatom-bacons", ["label"] = "Bacon", ["weight"] = 250, ["type"] = "item", ["image"] = "upnatom_the-bacon.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-meat"] = {["name"] = "upnatom-meat", ["label"] = "Cooked Beef", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_beef.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-lettuce"] = {["name"] = "upnatom-lettuce", ["label"] = "Lettuce", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_lettuce.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-tomato"] = {["name"] = "upnatom-tomato", ["label"] = "Tomato", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_tomato.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-raw"] = {["name"] = "upnatom-raw", ["label"] = "Raw Beef", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_beef_raw.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-potato"] = {["name"] = "upnatom-potato", ["label"] = "Bag of Potatoes", ["weight"] = 1500, ["type"] = "item", ["image"] = "upnatom_potato.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-mshakeformula"] = {["name"] = "upnatom-mshakeformula", ["label"] = "Milkshake Formula", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_ingredients_icecream.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-cup"] = {["name"] = "upnatom-cup", ["label"] = "Cup", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_cup.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-coffeecup"] = {["name"] = "upnatom-coffeecup", ["label"] = "Coffee Cup", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_coffeecup.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["upnatom-coffee"] = {["name"] = "upnatom-coffee", ["label"] = "Hot Coffee", ["weight"] = 125, ["type"] = "item", ["image"] = "upnatom_coffee.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
-- Toys
["upnatom-toy1"] = {["name"] = "upnatom-toy1", ["label"] = "Action Figure", ["weight"] = 50, ["type"] = "item", ["image"] = "upnatom-toy1.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "An Action Figure From the late 90's"},
["upnatom-toy2"] = {["name"] = "upnatom-toy2", ["label"] = "Pink Teddy", ["weight"] = 50, ["type"] = "item", ["image"] = "upnatom-toy2.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A Fluffy Pink Teddy from the Atic"},
['atom'] = {
label = 'Atom Burgers',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = {
name = 'Trainee',
payment = 50
},
['1'] = {
name = 'Kitchen',
payment = 75
},
['2'] = {
name = 'Waiter',
payment = 100
},
['3'] = {
name = 'Manager',
payment = 125
},
['4'] = {
name = 'CEO',
isboss = true,
payment = 150
},
},
},
['atom'] = {
vector3(80.82, 297.2, 110.25),
},
['atom'] = {
{ coords = vector3(80.82, 297.2, 110.25), length = 0.5, width = 0.5, heading = 0, minZ = 109.65, maxZ = 110.25 },
},