- This is a edit of another bodycam to fit uk servers. This is very good for RP and people who stream to show that you have a body camera ect!
-
Go to qb-core/shared/items.lua:
Paste this
["bodycam"] = {["name"] = "bodycam", ["label"] = "Body Camera", ["weight"] = 20, ["type"] = "item", ["image"] = "bodycam.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Body Camera"},
-
Configure the script to your liking in qb-NHSbodycam/config.lua
-
Add qb-NHSbodycam/img to qb-inventory/html/img
-
Add as your last resource in your server.cfg "ensure qb-NHSbodycam"
-
You can also add it to your NHS armory so workers can grab it more easily!
-
Add This To [qb]/qb-ambulancejob/config.lua >>> Config.Items
[7] = {
name = "bodycam",
price = 50,
amount = 1,
info = {},
type = "item",
slot = 7,
},