AP Government

Documentation & support for AP Government.

Tebex Link | Script Showcase

QBCore INSTALLATION

QBCORE DEPENDENCIES

Dependency
Install
Description

Optional if using other target system stated.

For use of using 3rd eye features.

Required

This normally is included in the QBCore install so check if you have before downloading.

Required

This normally is included in the QBCore install so check if you have before downloading.

Required

This normally is included in the QBCore install so check if you have before downloading.

STEP BY STEP

  1. Extract ap-government.zip file.

  2. Install and ensure dependencies for the resource.

  3. Inset SQL file into your database.

  4. Setup your config file with how you want it, make sure you enable the target system in the config to the one you use or if you have added another target script in the target.lua make sure the target options are both set to false.

SQL

Manual SQL Entries

CONFIGURATION

This example shows how to add the trigger to qb-core\server\functions.lua for income tax support.

qb-core\server\functions.lua

EXPORTS

These are available exports in the resource - use them as you please and find necessary.

This export can be used in your scripts that you want to include tax on in which you have added in the config.

This is where you would find the label that you would be defining in the export from the new tax type you added.

ESX INSTALLATION

STEP BY STEP

  1. Extract ap-government.zip file.

  2. Install and ensure dependencies for the resource.

  3. Inset SQL file into your database.

  4. Setup your config file with how you want it, make sure you enable the target system in the config to the one you use or if you have added another target script in the target.lua make sure the target options are both set to false.

  5. Make changes to esx society, click here for instructions.

SQL

Manual SQL Entries

SOCIETY CHANGES

EXAMPLE BELOW

fxmanifest.lua

This example shows how to add the trigger to es_extended\server\paycheck.lua for income tax support.

EXPORTS

These are available exports in the resource - use them as you please and find necessary.

This export can be used in your scripts that you want to include tax on in which you have added in the config.

This is where you would find the label that you would be defining in the export from the new tax type you added.

Last updated