Installation
Dependencies
Asset download
Download your resource from FiveM's Keymaster.
Unzip zip folder and place it into your resource folder.
Add ensure l2s-policehub to your server start config. Make sure to place anywhere below the framework and dependencies resources.
Items installation
["bodycam"] = {["name"] = "bodycam", ["label"] = "Bodycam", ["weight"] = 500, ["type"] = "item", ["image"] = "bodycam.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Body Camera for police"},Metadata installation
Dependencies for inventory
Add Item: Add This In AddItem Function : in qb-inventory or qb-core like

Remove Item: Add This In RemoveItem Function : in qb-inventory or qb-core like

Finally Customize Your setting in Config.lua
And don't forget setup webhocks in config
Last updated

