AP Documents

Documentation & support for AP Documents.

QBCore INSTALLATION

SUPPORTED MENU & DIALOG SCRIPTS

Supported Menu/Dialogs
Links
Description

QB-MENU & QB-INPUT

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

SUPPORTED INVENTORYS WITH METADATA

Supported Inventories
Links
Free/Paid

QB Inventory

FREE

Quasar Inventory

PAID

lj Inventory

FREE

OX Inventory

FREE

If you use an inventory which supports metadata and want it supported with the script then open a ticket in the AP Scripts discord and we will look at adding the support to it.

STEP BY STEP

  1. Extract ap-documents.zip file.

  2. Inset SQL file into your database.

  3. Setup your config file with how you want it, make sure you enable the correct inventory that you have including menu/dialog.

  4. Setup the documents you want to add in the shared/documents.lua file, click here for examples.

SQL

Manual SQL Entries

DOCUMENT EXAMPLE

INVENTORY ADDITIONS

#1 - Add These to your QB inventory

qb-inventory\html\js\app.js - Add the example below in the correct place like the example image. Make sure to set QB to true in the ap-documents config.

Example

ESX INSTALLATION

SUPPORTED MENU & DIALOG SCRIPTS

Supported Menu/Dialogs
Links
Description

OX-LIBS

Ox Libs is a single resource which handles lots of amazing features.

NH KEYBOARD & CONTEXT

NH context and keyboard are one of the most used scripts for its menu and dialog system.

ZF DIALOG

ZF Dialog is just like NH keyboard with a different style.

SUPPORTED INVENTORYS WITH METADATA

Supported Inventory's
Links
Free/Paid

OX Inventory

FREE

Quasar Inventory

PAID

ModFreaks Inventory

PAID

If you use an inventory which supports metadata and want it supported with the script then open a ticket in the AP Scripts discord and we will look at adding the support to it.

STEP BY STEP

  1. Extract ap-documents.zip file.

  2. Inset SQL file into your database.

  3. Setup your config file with how you want it, make sure you enable the correct inventory that you have including menu/dialog.

  4. Setup the documents you want to add in the shared/documents.lua file, click here for examples.

SQL

Manual SQL Entries

DOCUMENT EXAMPLE

INVENTORY ADDITIONS

#1 - Add These to your OX inventory

ox_inventory\modules\items\client.lua - Add the example below at the bottom of the client file. Make sure to set OX to true in the ap-documents config.

Example

#2 - Add These to your OX inventory

ox_inventory\data\items.lua - Add the example below at the bottom of the items file.

Example

Last updated