This was initially qb-methcar, but has since been almost fully rewritten.
Feel free to star the repository and check out my store and discord @ Discord: https://discord.gg/samueldev & Store: https://fivem.samueldev.shop For support inquires please create a post in the support-forum channel on discord or create an issue here on Github.
- qb-core or es_extended
- ox_lib
- Clone or download this resource.
- Place it in the server's resource directory.
- Add the resource to your server config, if needed.
All available configurations can be found in shared/sh_config.lua
["acetone"] = {["name"] = "acetone", ["label"] = "Acetone", ["weight"] = 5000, ["type"] = "item", ["image"] = "acetone.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "It is a colourless, highly volatile and flammable liquid with a characteristic pungent odour."},
["methlab"] = {["name"] = "methlab", ["label"] = "Lab", ["weight"] = 15000, ["type"] = "item", ["image"] = "lab.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A portable Meth Lab"},
["lithium"] = {["name"] = "lithium", ["label"] = "Lithium", ["weight"] = 1000, ["type"] = "item", ["image"] = "lithium.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Lithium, something you can make Meth with!"},