Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.14 KB

ReadMe.md

File metadata and controls

44 lines (27 loc) · 1.14 KB

NHS Bodycam

  1. 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!

INSTALL INSTRUCTIONS

  1. 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"},
  1. Configure the script to your liking in qb-NHSbodycam/config.lua

  2. Add qb-NHSbodycam/img to qb-inventory/html/img

  3. Add as your last resource in your server.cfg "ensure qb-NHSbodycam"

  4. You can also add it to your NHS armory so workers can grab it more easily!

  5. Add This To [qb]/qb-ambulancejob/config.lua >>> Config.Items

        [7] = {
            name = "bodycam",
            price = 50,
            amount = 1,
            info = {},
            type = "item",
            slot = 7,
        },

PREVIEW

Image