Installation
Download the resource from your Cfx.re Portal and drop it into your resources folder
Edit your
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
Import the SQL
Add
ensure wix_killreward
to your server.cfgEnjoy your Kill Reward and don't forget to write a rating on my Discord server
Last updated
Was this helpful?