• Help with Derp inventory system
    2 replies, posted
I need to know how to make the inventory system compatible with mad cows weapons so i can add them into my inventory any help would be greatly appreciated
Anybody?
To add your Mad Cow Weapons to DerpInv, go to this directory: DerpInv\lua\autorun and open "drpshared.lua". Scroll down til you see "--register your sweps here" and you'll see all the default weapons already scripted into this inventory. To add a mad cow weapons, you would want to copy the format from a previous weapon, and put in mad cow weapon information such as: [lua] weapon_mad_ak47 = { -- Mad Cow Lua Weapon Name name = "Ak47", -- Print name desc = "One hell of a gun" -- description }, [/lua]
Sorry, you need to Log In to post a reply to this thread.