Skip to content

cadburry6969/cad-tax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cad-tax

A Simple QBCore Tax System

Installation

  • First add this to resources folder and ensure in server.cfg
  • Change Config values in cad-tax/shared.lua to your liking.
  • Done

Server Exports

exports["cad-tax"]:GetCurrentTax(src, type)    -- Get Current Tax percent for the type ["vehicle", "house", "income"]
exports["cad-tax"]:PlayersTax() -- Run this tax manually
exports["cad-tax"]:CarsTax()  -- Run this tax manually
exports["cad-tax"]:HousesTax()  -- Run this tax manually

Setup Logs

Add this in your qb-smallresources/server/logs.lua

['cadtax'] = 'PUT_WEBHOOK_HERE',

About

A Simple QBCore Tax System

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages