Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 652 Bytes

Qb-creatine [FAIL]

Creatine Tablets Script For Qb-Core Framework That Allows You To Take/Eat Them (With Animations) And Gain Strength.

WHAT YOU NEED TO-DO

Items.lua ([QB]/qb-core/shared/items.lua)

    ["name"] = "creatine_tablets",
    ["label"] = "Creatine Tablets",
    ["weight"] = 50,
    ["type"] = "item",
    ["image"] = "creatine_tablets.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = false,
    ["combinable"] = nil,
    ["description"] = "Creatine Tablets",
},

Image PASTE "creatine_tablets.png" INTO THIS DIRECTORY PLEASE: ([QB]/qb-inventory/HTML/Images)