🧠Installation

After you purchase the script, you will receive it in your Keymaster account.

First steps

  1. Install the latest stable version of MariaDB.

  2. Add all dependencies listed below and follow their installation instructions.

  3. Watch the quick installation walkthrough to set up the phone.(Skip the part with SQL)

  4. On the first launch of the phone, the SQL will insert the needed tables in your database.

Dependencies

Frameworks

Our script is compatible with QBCore, QBox, ESX, and Standalone(custom framework or no-framework). If using QBCore, QBox, or ESX, you don't need to do anything additional. The script will auto-detect the correct framework.

Standalone

If you are using a custom framework/no-framework, YOU need to implement some of the core functions to adjust it to your specifics.

Locate /client/framework/standalone.lua and /server/framework/standalone.lua and implement the functions(you can refer to qb.lua or esx.lua).

NOTE: We provide limited or no support for custom frameworks.

Last updated