Troubleshooting

Troubleshooting

  • Dogtags Not Dropping: Ensure the player's health is being checked correctly and that the drop mechanism is enabled in config.lua.

  • Items Not Appearing in Inventory: Verify item definitions in your inventory script and ensure metadata is correctly configured.

  • Notifications Not Showing: Ensure the chosen notification script is installed and configured on your server.

Enable debugging in config.lua for detailed logs:

Config.Debugging = true

Last updated