[FREE][WEAPONS] Samourai weaponpack

Free addon weapon pack which contains 3 weapons

  • Fightstick
  • Sai
  • Samourai sword

Add to youre ox_inventory weapons.lua
[‘WEAPON_FURY_FIGHTSTICK’] = {
label = ‘Fightstick’,
weight = 1000,
durability = 0.1,
},
[‘WEAPON_FURY_SAI’] = {
label = ‘Sai’,
weight = 1000,
durability = 0.1,
},
[‘WEAPON_FURY_SAMSWORD’] = {
label = ‘Samourai sword’,
weight = 1000,
durability = 0.1,
},

Only tested on OX-INVENTORY

  • No support for other inventories
  • Inventory images included

Download HERE

If you want to use this in one of youre free scripts please make a attribution. Not allowed to use in any paid scripts only non-commercial purposes.

Other free assets from Fury

| Assets are accessible | Yes |
| Subscription-based | no|
| Polygons (model and LOD) | sai /5000 poly - fightstick /1910 poly - sword/3154 poly|
| Texture size and amount | sai 3 text 1.15mb |
| Texture size and amount | sai 6 text 1.63mb |
| Texture size and amount | sword 5 text 3.3mb |

| Requirements none |
| Support | Yes |

10 Likes

qb-core weapon lua

[`weapon_fury_fightstick`] = { name = 'weapon_fury_fightstick', label = 'Fightstick', weapontype = 'Melee', ammotype = nil, damagereason = 'Whacked / Executed / Beat down with a Fightstick' },
[`weapon_fury_sai`] = { name = 'weapon_fury_sai', label = 'Sai', weapontype = 'Melee', ammotype = nil, damagereason = 'Stabbed / Pierced / Silenced / Sai Struck' },
[`weapon_fury_samsword`] = { name = 'weapon_fury_samsword', label = 'Samurai Sword', weapontype = 'Melee', ammotype = nil, damagereason = 'Slashed / Executed / Decapitated / Cut down with a Samurai Sword' },

item lua

weapon_fury_fightstick = { name = 'weapon_fury_fightstick', label = 'Fightstick', weight = 1000, type = 'item', image = 'fightstick.png', unique = true, useable = true, shouldClose = false, description = 'A sturdy fightstick for melee combat.' },
weapon_fury_sai = { name = 'weapon_fury_sai', label = 'Sai', weight = 1000, type = 'item', image = 'sai.png', unique = true, useable = true, shouldClose = false, description = 'A sharp sai, perfect for stealthy melee attacks.' },
weapon_fury_samsword = { name = 'weapon_fury_samsword', label = 'Samurai Sword', weight = 1000, type = 'item', image = 'samurai_sword.png', unique = true, useable = true, shouldClose = false, description = 'A razor-sharp samurai sword with deadly precision.' },
3 Likes

Ox_inventory (Fix)

    ['WEAPON_FURY_FIGHTSTICK'] = {
        label = 'Fightstick',
        weight = 1000,
        durability = 0.1,
    },

    ['WEAPON_FURY_SAI'] = {
        label = 'Sai',
        weight = 1000,
        durability = 0.1,
    },

    ['WEAPON_FURY_SAMSWORD'] = {
        label = 'Samourai sword',
        weight = 1000,
        durability = 0.1,
    },
	 
	['WEAPON_FURYNAILBAT'] 	= {
        label = 'Nail Bat',    	
        weight = 1000,
        durability = 0.0,	
    },
1 Like

Greetings, I can’t get the things in my hand, I added them to ox_inventory weapons lua. They are in the inventory. But I have no chance of getting them in my hand.

make sure you ensure them in youre server.cfg (they are separated resources) if you still have issues please make a ticket at my discord

The best! As always, amazing!

1 Like