Skip to main content
Here you will find all documentation for jaksam’s scripts. Some pages may require coding knowledge.
Installing and configuring a script? Stay on this Main tab. Integrating exports, events, or hooks into your own code? Switch to the API tab at the top of the page.

Products

Jaksam Inventory

Setup, guides, and FAQ.

Jobs Creator

Setup, guides, and FAQ.

Drugs Creator

Setup, guides, and FAQ.

Doors Creator

Setup, guides, and FAQ.

Missions Creator

Setup, guides, and FAQ.

Blips Creator

Setup, guides, and FAQ.

Farming Creator

Setup, guides, and FAQ.

Shops Creator

Setup, guides, and FAQ.

Robberies Creator

Setup, guides, and FAQ.

Vehicles Keys

Setup, guides, and FAQ.

Dealerships Creator

Setup, guides, and FAQ.

Races Creator

Setup, guides, and FAQ.

Trackers Creator

Setup, guides, and FAQ.

Easy Allowlist

Setup, guides, and FAQ.

Billing UI

Setup, guides, and FAQ.

Luxury Clothes Theft

Setup, guides, and FAQ.

General

How to update

Learn how to update your scripts to the latest version.

Trouble shooting

Fix common issues like crashes and item errors.

Common FAQ

Answers to frequently asked questions.

Nexus terms

Terms of use for scripts distributed via Nexus.

How to use the documentation

Most of the scripts will have a folder named integrations, where you can add the integration code at the bottom of the files. So most of the time, you will only need to add your code inside these files, not in other scripts.
Be sure to read the comments carefully, they’ll explain everything you need right above the lines of code.

Integration files

cl_integrations.lua

Code for client side scripts, for example replacing notifications or the progress bar. Usually where you insert code from the Client category of the documentation.

sh_integrations.lua

Code that runs both on client and server side, usually external script names, so you can edit them if your server uses a different name than the default one.

sv_integrations.lua

Code for server side scripts. Usually where you insert code from the Server category of the documentation.
If you’re looking for an option that you can’t find in the normal config/settings, it’s probably inside the integrations files.

Related topics

Developer Overview