Santafe Scripts
⚠️ SF Combat Logs
Troubleshooting

Troubleshooting

Resource Not Starting

  • Check folder name is exactly Sf-combatlogs
  • Verify ensure Sf-combatlogs is in server.cfg
  • Ensure framework starts before Sf-combatlogs

Bodies Not Appearing

  • Verify Config.UsePed = true in config.lua
  • Check Config.PedDrawDistance is high enough (default: 100.0)
  • Ensure player was online for at least 10 seconds before disconnect

UI Not Showing

  • Get closer to body (default interact distance: 3.5m)
  • Press F8 and check browser console for errors
  • Restart resource: /restart Sf-combatlogs

Discord Logs Not Sending

  • Verify webhook URL is complete and correct
  • Check webhook permissions in Discord
  • Ensure webhook channel still exists

Performance Issues

Reduce draw distance for better performance:

Config.PedDrawDistance = 50.0
Config.Particles.Enabled = false
Config.GlobalTimeout = 60

Support

When asking for help, provide:

  • Error messages from console
  • Your framework (ESX/QBCore) and version
  • Steps to reproduce the issue