# QBCore & Extra stuff
ensure qb-core
ensure [qb]
ensure [standalone] # Place `jim_bridge` here
ensure [voice]
ensure [defaultmaps]
# Extra Jim Stuff
ensure [jimextras] # Place `jim-payments` / `jim-consumables` / `jim-jobgarage` / `jim-djbooth` here
ensure [jim] # Place all other jim scripts here
# Qbox & Extra stuff
ensure ox_lib
ensure qbx_core
ensure ox_target
ensure [ox]
ensure [qbx]
ensure [standalone] # Place `jim_bridge` here
ensure [voice]
ensure [npwd-apps]
ensure qbx_npwd
ensure npwd
# Extra Jim Stuff
ensure [jimextras] # Place `jim-payments` / `jim-consumables` / `jim-jobgarage` / `jim-djbooth` here
ensure [jim] # Place all other jim scripts here
start chat
start sessionmanager
start pe-basicloading
start bob74_ipl
start pma-voice
start oxmysql
start ox_lib
start ox_core
start ox_target
start illenium-appearance
start ox_inventory
ensure [standalone] # Place `jim_bridge` here
# Extra Jim Stuff
ensure [jimextras] # Place `jim-payments` / `jim-consumables` / `jim-jobgarage` / `jim-djbooth` here
ensure [jim] # Place all other jim scripts here
# Extra Other Scripts Here
-- JIM-RECYLE --
recyclablematerial = { name = "recyclablematerial", label = "Recycle Box", weight = 100, type = "item", image = "recyclablematerial.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "A box of Recyclable Materials"},
bottle = { name = "bottle", label = "Empty Bottle", weight = 10, type = "item", image = "bottle.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "A glass bottle"},
can = { name = "can", label = "Empty Can", weight = 10, type = "item", image = "can.png", unique = false, useable = false, shouldClose = false, combinable = nil, description = "An empty can, good for recycling"},
-- JIM-RECYLE --
recyclablematerial = { name = "recyclablematerial", label = "Recycle Box", stack = true, weight = 100, description = "A box of Recyclable Materials",
client = { image = "recyclablematerial.png", },
},
bottle = { name = "bottle", label = "Empty Bottle", weight = 10, stack = true, description = "A glass bottle",
client = { image = "bottle.png", },
},
can = { name = "can", label = "Empty Can", weight = 10, stack = true, description = "An empty can, good for recycling",
client = { image = "can.png", },
},
iron = { label = 'Iron', weight = 100, stack = true, description = "Handy piece of metal that you can probably use for something",
client = { image = 'iron.png', }
},
aluminum = { label = 'Aluminum', weight = 100, stack = true, description = "Nice piece of metal that you can probably use for something",
client = { image = 'aluminum.png', }
},
rubber = { label = 'Rubber', weight = 100, stack = true, description = "Rubber, I believe you can make your own rubber ducky with it :D",
client = { image = 'rubber.png', }
},
glass = { label = 'Glass', weight = 100, stack = true, description = "It is very fragile, watch out",
client = { image = 'glass.png', }
},
copper = { label = 'Copper', weight = 100, stack = true, description = "Nice piece of metal that you can probably use for something",
client = { image = 'copper.png', }
},
steel = { label = 'Steel', weight = 100, stack = true, description = "Nice piece of metal that you can probably use for something",
client = { image = 'steel.png', }
},
plastic = { label = 'Plastic', weight = 100, stack = true, description = "RECYCLE! - Greta Thunberg 2019",
client = { image = 'plastic.png', }
},
metalscrap = { label = 'Metal Scrap', weight = 100, stack = true, description = "You can probably make something nice out of this",
client = { image = 'metalscrap.png', }
},