Installation
Steps
- Drop
Sf-combatlogsinto your resources folder - Add to
server.cfgin this order:
ensure es_extended # For ESX
# OR
ensure qb-core # For QBCore
ensure Sf-combatlogs- Configure
config.lua— add your Discord webhook URL:
Config.Webhook = "YOUR_WEBHOOK_URL_HERE"- Restart your server
Discord Webhook (Optional)
To receive Discord logs:
- Go to Discord Server Settings > Integrations > Webhooks
- Create new webhook, name it "Combat Logs"
- Copy the webhook URL
- Paste in
config.lua:
Config.Webhook = "https://discord.com/api/webhooks/..."Leave empty to disable Discord logging:
Config.Webhook = ""