FiveM weapon sling script
Join my discord and find other cool scripts here
This script allows players to sling their weapons to the back/front.
You can see a preview of how this works here
- Allows to customize what weapons can be used (see config.lua)
- Allows to customize if a weapon can be used only in the back or if it can be used in the front too
- The command is configurable
- Keeps weapons attachaments on "unsling"
- Keeps weapons ammo on "unsling"
- Syncronized across network
- Adding keybinds to the script (currently clients can do it on their side using console keybinds
You can now use this website to generate your config from .meta files!
The default config allows for the following weapons with all their components:
- SMG
- AR
- Sniper Rifle (back only)
- Heavy Sniper (back only)
- Heavy Sniper Mk2 (back only)
- Marksman rifle
- Pump shotgun
- Sawn-off shotgun
- Marksman rifle MK2
You can add other weapons by finding their weapon hashes, component hashes and object names:
The "allowone" stands for if its allowed on the front or not. True = allowed, false = not allowed.
This is based of Scully's Sling Script
Indecision#7334 for helping me test and giving suggestions