Camera
Dependencies
- qb-core
- qb-notify
Installation
- Place the folder "drp-camera" in your drp folder if drp folder in not available create one or you can just put it in your resources folder.
- Add
ensure drp-camera
in yourserver.cfg
if using drp folder then just paste this script inside the [DRP] Directory. - Add the item to your items.lua(Available in qb-core/shared):
-- drp-camera
["camera"] = {["name"] = "camera", ["label"] = "Camera", ["weight"] = 1000, ["type"] = "item", ["image"] = "camera.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["photo"] = {["name"] = "photo", ["label"] = "Photo", ["weight"] = 20, ["type"] = "item", ["image"] = "photo.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
- Add the image to your inventory script
- Start your server