Skip to content

anox bodycamera overlay as item!!! (QBCORE for NHS) /uk BASED

License

Notifications You must be signed in to change notification settings

Marshxan/qb-NHSbodycam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

anox bodycamera overlay as item!!! (QBCORE for NHS) /uk BASED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published