Santafe Scripts
⚠️ SF Combat Logs
Installation

Installation

Steps

  1. Drop Sf-combatlogs into your resources folder
  2. Add to server.cfg in this order:
ensure es_extended  # For ESX
# OR
ensure qb-core      # For QBCore

ensure Sf-combatlogs
  1. Configure config.lua — add your Discord webhook URL:
Config.Webhook = "YOUR_WEBHOOK_URL_HERE"
  1. Restart your server

Discord Webhook (Optional)

To receive Discord logs:

  1. Go to Discord Server Settings > Integrations > Webhooks
  2. Create new webhook, name it "Combat Logs"
  3. Copy the webhook URL
  4. Paste in config.lua:
Config.Webhook = "https://discord.com/api/webhooks/..."

Leave empty to disable Discord logging:

Config.Webhook = ""