/mh-crutches

MH-Crutches as usable item Created BY MaDHouSe79

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Hi 👋, I'm MaDHouSe

A passionate allround developer

MH-Crutches

  • you can put this in your ambulance vehicle items. so docters can give players a crutch.

Inventory Image

  • place crutch.png into your [qn]/qb-inventory/image folder
  • this image is crearted by: xXUnknown13Xx#8226

Shared Item (EN)

["crutch"] = {
    ["name"] = "crutch",
    ["label"] = "Een Kruk".
    ["weight"] = 1000,
    ["type"] = "item",
    ["image"] = "crutch.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A crutch, if you have a hard time walking!"
},

Shared Item (NL)

["crutch"] = {
    ["name"] = "crutch",
    ["label"] = "Een Kruk".
    ["weight"] = 1000,
    ["type"] = "item",
    ["image"] = "crutch.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Een kurk, als je het moeilijk hebt met lopen!"
},