DESCRIPTION
Who hasn't experienced it: In the Wild West, you often get your ass kicked. Then revenge drives you on and you want to let your weapons do the talking. But hey! When you've just got back on your feet, you're still a bit dazed from the frying pan that hit you in the head before. It's totally unrealistic to pick up a revolver and shoot furiously. With this script you give your players a little break from their weapons, so that they have to recover from their "accident" before they can go out into the Wild West with a gun again.
FEATURES
- Block using weapons for a specific time after respawn from death.
- Persistent blocking time for offline characters (until server or resource restart).
- Completely configurable:
- Configure block time.
- Configure notification texts (in your own language).
- Configure notification icons.
- Enable status indicator with progress bar.
- Configure status indicator style via config file.
- Status indicator icon is replaceable (transparent png file).
- Configure debug mode.
- Good performance on server and client side.
- Never miss updates again: Automatic version check included.
- Know how it works: Everything is documented in detail in the README.md and commented in the demo.config.lua file as well as in the demo npc config files.
VIDEO
DEPENDENCIES
SUPPORT & INFO
- Discord
- Read the README.md for setup.
- This script is encrypted.
- The price of the product will increase the more features are added.
CHANGELOG
- v1.1.3 (2023-07-22)
- Switch order of required files check after version check to prevent calls of methods that are not available in older versions.
- v1.1.2 (2023-07-19)
- Prevent message spamming during player is dazed (by checking weapon hash is valid).
- Add optional admin check. Admins are not affected by weapon blocking.
- Add file check for `config.lua` to prevent errors.
- v1.1.1 (2023-03-13)
- Fix issue with lost ammo.
- Add status indicator with progress bar to HUD.
- Style of status indicator is fully configurable.
- Add new commands for debug mode `block_weapon_add_ammo`, `block_weapon`, `unblock_weapon`
- v1.0.2 (2023-03-12)
- ework `nss_block_weapons` on server side for more stability.
- Use new notifications with icons.
- Add remaining dazing time to notification.
- Extend configuration.
- Add debug modus.
- Ensure notifications are only shown if no faded or load screen is visible
- If player dies no notifications are shown.
- v1.0.1 (2023-03-10)
- Fix issues with offline characters.
- v1.0.0 (2023-03-10)