DESCRIPTION
We developed this little script for our mute players. With it, mute players can write messages on a chalkboard and show them to other players within a defined radius.
- All configurable
- Configurable chat command
- Configurable display radius
- Configurable item
- Usable with or without specific inventory item
- Full language support via language files
- EN, FR, ES, NL and DE already included
- Opional Discord webhook support
- Full responsive design: Suitable for all common screen resolutions.
- 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
VIDEO
DEPENDENCIES
- VorpCore / VorpInventory
- nss_libs (since v1.1.0)
SUPPORT & INFO
- Discord
- Read the README.md for setup instructions.
- This script is encrypted.
CHANGELOG
- v1.1.0 (2023-12-29)
- Add discord webhook support.
- Add "dynamic color each player" feature for discord webhook.
- Add version check on startup, so you never miss an update.
- Add `config.demo.lua` file to prevent overwriting your existing config file on update.
- Add file check for `config.lua` on startup, so you never forget to create the production config file.
- Add config validator for `config.lua` file, so you get help on production config creation.
- Some performance improvements on event handling between client and server.
- v1.0.0 (2022-10-25)