Exports
Installation guide for Tax System
There are two available server side exports for usage:
which gives player money and deducts a part based on Income Tax Rate and
which removes player money and deducts money based on VAT Tax Rate
Arguments
There are 3 arguments
target - player server ID
account - account to remove money ('bank', 'money', 'cash', etc.)
money - amount of money to process
Example
Example on a shop script:
Before:
After installation:
Adding income tax into paycheck system
Go to es_extended/server/paycheck.lua
Find 1 of this:
and 3 of these
Replace those with
Ready for usage !
Last updated