Inventory Setup
Add to items.lua
Weapons do not get added to items.lua
for ox_inventory
Add to weapons.lua
['WEAPON_SNOWLAUNCHER'] = {
label = 'Snowball Launcher',
weight = 1000,
durability = 0.03,
ammoname = 'ammo-grenade',
},
['WEAPON_SNOWLAUNCHER2'] = {
label = 'Snowball Launcher',
weight = 1000,
durability = 0.03,
ammoname = 'ammo-grenade',
},
['WEAPON_CANDYPISTOL'] = {
label = 'Candy Pistol',
weight = 800,
durability = 0.03,
ammoname = 'ammo-9',
},
['WEAPON_CANDYSHOTGUN'] = {
label = 'Candy Shotgun',
weight = 1200,
durability = 0.03,
ammoname = 'ammo-shotgun',
},
['WEAPON_XMASPISTOL'] = {
label = 'Christmas Pistol',
weight = 800,
durability = 0.03,
ammoname = 'ammo-9',
},
Last updated