Usage
Usage
Once installed and configured, the Dogtag System works as follows:
Player Death: When a player dies, their dogtag drops at the death location.
Dogtag Pick-Up: Another player can pick up the dogtag by pressing E when near it.
Inventory Management: The dogtag is added to the player's inventory with metadata showing the deceased player's name and gang rank.
Extending the Dogtag System
Adding New Gangs
To add new gangs to the Dogtag System, update the Config.GangTags
table in the config.lua
file:
Customizing Notifications
To customize the notification system, set the Config.NotifyScript
variable in the config.lua
file:
Ensure the chosen notification script is installed and configured on your server.
Last updated