🔧
Wix Development
🔧
Wix Development
  • Links
    • Tebex Store
    • Discord Server
    • Youtube
    • Github
  • INFO
    • Introduction
    • Licensing System
    • Common Issues
  • Resource Documentation
    • Realistic Weapons
      • Installation
      • Inventory items
    • Free Resources
      • Discord RPC
        • Installation
        • Discord Application Guide
      • Kill Reward
        • Installation
        • SQL
        • Server Exports
Powered by GitBook
On this page

Was this helpful?

  1. Resource Documentation
  2. Free Resources
  3. Kill Reward

Installation

PreviousKill RewardNextSQL

Last updated 1 month ago

Was this helpful?

  1. Download the resource from your and drop it into your resources folder

  2. Edit your config.lua

    config.lua
    -- __          _________   __    _____                 _                                  _   
    -- \ \        / /_   _\ \ / /   |  __ \               | |                                | |  
    --  \ \  /\  / /  | |  \ V /    | |  | | _____   _____| | ___  _ __  _ __ ___   ___ _ __ | |_ 
    --   \ \/  \/ /   | |   > <     | |  | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __|
    --    \  /\  /   _| |_ / . \    | |__| |  __/\ V /  __/ | (_) | |_) | | | | | |  __/ | | | |_ 
    --     \/  \/   |_____/_/ \_\   |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__|
    --                                                            | |                             
    --                                                            |_|                             
    Config = {}
    
    Config.AutoSQL = true -- Enable/disable automatic SQL generation
    
    --- REWARDS
    Config.Money = 100000    -- How much money will the killer recive for the kill (Set to 0 for nothing)
    Config.Account = 'money'  -- What account should the killer recive the money from? (money, bank, black_money)
    
    --- ITEMS
    Config.GiveItems = true  -- Enable/disable item rewards
    Config.ItemRewards = {
        {item = 'weapon_carbinerifle', amount = 1},
        {item = 'ammo-rifle', amount = 100},
        -- Add more items as needed
    }
    
    --- IDENTIFIER SETTINGS
    Config.IdentifierType = 'license' -- Which identifier to use for tracking kills (license, steam, discord, ip, live, xbl, fivem)
    
    --- HEALING
    Config.Heal = true      -- If the killer should be healed after a kill
    Config.AddArmour = true -- If the killer should get armour after a kill
  3. Import the

  4. Add ensure wix_killreward to your server.cfg

  5. Enjoy your Kill Reward and don't forget to write a rating on my Discord server

Cfx.re Portal
SQL