Flat Inventory [Works OOTB]

(12)
(74)
You can always read the reviews or discuss this product
Media gallery
Inventory Showcase
Buy product
In short

Simple and powerfull customizable inventory, it's noob friendly and doesnt require any programming / scripting skills

Features:

  • Works out of the box with every possible weapon with "spawned_weapon" class, so basicly every weapon dropped via /dropweapon on darkRP
  • Very powerfull and advanced config
  • Entity based config - you don't have to make whole array in the script to declare every pickable item like in other inventory addons, you just add from 1 to 3 lines in shared.lua of entity
  • Storage system
  • Vip / other ranks integration - You can change max weight of inventory and bank for every rank (default there are settings for "user" and "vip", if "vip" doesnt exists it uses "user" settings, if user doesnt exists.. well.. It's gonna use default static value.
  • Many of visual effects like holo and sounds ready to configure
  • Simple and intuitive drag&drop
  • Customizable colors - you can set up 2 colors in config, and it does change every vgui and 2d3d gui of this script.
  • Less than 200 KB size (both client and server scripts)
  • 3 Example entities. (2 are just useless, but different weight for test purposes, and one is medic kit which actually works.)
  • Well support - if you're having any problems I'll help or/and refund.


The config:

InventoryConfig = { 
    General = {
        playerDataFolder = "inv_data",
        haloEnabled = true, -- This is the holo around pickable items rendered when you aim at these items
        haloColor = Color(255,255,255),
        keyBind = KEY_F3,
    },
    Colors = {
        primaryColor = Color(42,43.5,44.7), -- darker
        secondaryColor = Color(60,60,60), -- lighter
        textColor = Color(255,255,255), 
    },
    Sounds = {
        pickUp = "physics/cardboard/cardboard_box_break3.wav", -- Plays when youre picking up object
        dragItem = "common/talk.wav", -- Plays when you're dragging items in inventory / bank
        openStorage = "ui/buttonclick.wav",
    },
    Groups = {
        user = { 
            inventoryMaxWeight = 25, 
            bankMaxWeight = 250,
        },
        vip = { 
            inventoryMaxWeight = 45, 
            bankMaxWeight = 450,
        } 
    },
    Messages = {
        noSpace = "There's no space in your inventory",
        tooHeavy = "This item is too heavy",
    },
    GuiText = {
        use = "Use",
        drop = "Drop",
        dropAll = "Drop All",
        totalWeight = "Total weight: ",
    },
}

Product reviews

3.67 average based on 12 reviews

Buy product
This product is marked as unsupported. That means there is no support available for this product.
orzel1244 Team
7 products - 1 members
Looking for reliable and easy-to-use game server hosting with free Anycast and DDoS protection? Get 30% off your first payment at Physgun with the coupon code gmodstore at checkout.
Product details
Views:
22.1K
Purchases:
414
Added:
Updated:
Price:
$4.99
Categories:
None
Languages:
English
Requirements
None specified
Actions
Report
Search products...