/cad-tax

A Simple QBCore Tax System

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

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