Skip to main content

Camera

Dependencies

  • qb-core
  • qb-notify

Installation

  1. 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.
  2. Add ensure drp-camera in your server.cfg if using drp folder then just paste this script inside the [DRP] Directory.
  3. 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"] = ""},
  1. Add the image to your inventory script
  2. Start your server