🔥 FiveM 2026 Tutorial | 🔫 Add Custom Guns & Ammo Using ox_inventory | UPDATED GUIDE 🚀
Zeroskyrim Productions
0:00 / 0:00
🔥 FiveM 2026 Tutorial | 🔫 Add Custom Guns & Ammo Using ox_inventory | UPDATED GUIDE 🚀
755 просмотров · 1 месяц назад
Zeroskyrim Productions
50 подписчиков
755 просмотров · 1 месяц назад
🔫 *FiveM Tutorial 2026 | Add Custom Weapons & Ammo Using ox_inventory (Updated Guide)* 🛠️
Welcome back! In this updated FiveM tutorial, I'll be showing you how to add *custom weapons and ammo* to your FiveM server using **ox_inventory**.
We will go step-by-step through:
✅ Creating your weapon folder
✅ Adding custom weapons into ox_inventory
✅ Setting weapon names and labels
✅ Adding ammo types
✅ Adding your custom weapon files
✅ Ensuring your weapons load correctly in your server.cfg
This guide is beginner-friendly and works great for anyone looking to add custom guns to their FiveM server.
📌 *Ammo Types Mentioned in the Video*
I promised I would leave the base GTA ammo types below, so here they are:
```lua
Ammo = {
['ammo-22'] = {
label = '.22 Long Rifle',
weight = 3,
},
['ammo-38'] = {
label = '.38 LC',
weight = 15,
},
['ammo-44'] = {
label = '.44 Magnum',
weight = 16,
},
['ammo-45'] = {
label = '.45 ACP',
weight = 15,
},
['ammo-50'] = {
label = '.50 AE',
weight = 45,
},
['ammo-9'] = {
label = '9mm',
weight = 7,
},
['ammo-firework'] = {
label = 'Firework',
weight = 200,
},
['ammo-flare'] = {
label = 'Flare round',
weight = 38,
},
['ammo-grenade'] = {
label = '40mm Explosive',
weight = 400,
},
['ammo-heavysniper'] = {
label = '.50 BMG',
weight = 51,
},
['ammo-laser'] = {
label = 'Laser charge',
weight = 1,
},
['ammo-musket'] = {
label = '.50 Ball',
weight = 38,
},
['ammo-railgun'] = {
label = 'Railgun charge',
weight = 150,
},
['ammo-rifle'] = {
label = '5.56x45',
weight = 4,
},
['ammo-rifle2'] = {
label = '7.62x39',
weight = 8,
},
['ammo-rocket'] = {
label = 'Rocket',
weight = 500,
},
['ammo-shotgun'] = {
label = '12 Gauge',
weight = 38,
},
['ammo-sniper'] = {
label = '7.62x51',
weight = 9,
},
['ammo-emp'] = {
label = 'EMP round',
weight = 400,
},
}
```
⚠️ These are the **base GTA ammo types**. If you are creating custom ammo, you can add your own entries using the same format.
If you enjoyed the video or have any questions, make sure to leave a like and comment below!
Thanks for watching, and I'll see you in the next one! 🚀