Skip to main content

Rings

Dependencies

  • qb-core
  • ps-buff
  • ps-hud

Installation

  1. Place the folder "drp-rings" 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-rings 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 Rings
["aquamarine-ring"] = {["name"] = "aquamarine-ring", ["label"] = "Aquamarine Ring", ["weight"] = 100, ["type"] = "item", ["image"] = "aquamarine-ring.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["citrine-ring"] = {["name"] = "citrine-ring", ["label"] = "Citrine Ring", ["weight"] = 100, ["type"] = "item", ["image"] = "citrine-ring.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["diamond-ring"] = {["name"] = "diamond-ring", ["label"] = "Diamond Ring", ["weight"] = 100, ["type"] = "item", ["image"] = "diamond-ring.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["jade-ring"] = {["name"] = "jade-ring", ["label"] = "Jade Ring", ["weight"] = 100, ["type"] = "item", ["image"] = "jade-ring.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["onyx-ring"] = {["name"] = "onyx-ring", ["label"] = "Onyx Ring", ["weight"] = 100, ["type"] = "item", ["image"] = "onyx-ring.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["ruby-ring"] = {["name"] = "ruby-ring", ["label"] = "Ruby Ring", ["weight"] = 100, ["type"] = "item", ["image"] = "ruby-ring.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["sapphire-ring"] = {["name"] = "sapphire-ring", ["label"] = "Sapphire Ring", ["weight"] = 100, ["type"] = "item", ["image"] = "sapphire-ring.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
["tanzanite-ring"] = {["name"] = "tanzanite-ring", ["label"] = "Tanzanite Ring", ["weight"] = 100, ["type"] = "item", ["image"] = "tanzanite-ring.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
  1. Add the image to your inventory images
  2. Download ps-buff and ps-hub from Git Hub and start it before these resources or this script won't work. GithubGithub
  3. Start your server

How to use?

  1. Can use the rings in multiple situations according to the demand
  2. Just keep the rings inside the player inventory
  3. Drag the rings to the user menu our double click them to use it
  4. After a few seconds the effect will start working
  5. Effect time can be changed through config.lua file.