G.A.SG.A.S Docs
G.A.S Docs / Start Here

Getting Started

How purchases, escrow and installation work across every G.A.S script.

Welcome to the G.A.S Team Developers documentation. Every script we sell follows the same conventions, so once you've installed one, you've installed them all.

Where to get our scripts

All of our scripts are available on the G.A.S Team store. Paid scripts are delivered through Tebex / Cfx.re Keymaster — after purchase, the resource appears under Granted Assets in your Keymaster portal, where you download it directly.

What is FiveM Escrow?

Paid G.A.S scripts use Cfx.re Asset Escrow, the official FiveM protection system. What this means for you:

  • The core client/ and server/ Lua files are encrypted and run only on servers with a valid purchase.
  • Everything you need to customize stays fully open: config.lua, the entire html/ (NUI) folder, locales/, and any stream/ assets.
  • You never need a license key in a config file — Keymaster ties the asset to your Cfx.re account automatically.

If you see Failed to verify protected resource in your console, the server key in server.cfg (sv_licenseKey) doesn't belong to the account that owns the asset. Make sure the purchase and the server key are on the same Cfx.re account.

Standard installation

Nearly every G.A.S script installs the same way:

  1. Download the resource from Keymaster (paid) or the store (free) and extract it.
  2. Drop the folder into your server's resources/ directory — we recommend a [custom] group folder.
  3. Add ensure <resource-name> to your server.cfg after the script's dependencies (typically ox_lib, oxmysql, your framework, and ox_inventory/ox_target where required).
  4. If the script ships an install.sql / sql/ folder, most of our resources auto-create their tables on first start — the SQL file is included for manual import if you prefer.
  5. Restart the server and follow the script's own page in this documentation.

Common dependencies

DependencyUsed forLink
ox_libNotifications, menus, locale systemGitHub
oxmysqlDatabase accessGitHub
ox_targetThird-eye interactionsGitHub
ox_inventoryItems and stashesGitHub
qbx_core / qb-core / es_extendedFramework (most scripts auto-detect)

Branding

Most of our NUI scripts ship with a logo.png in their html/ or ui/ folder and a Config.Brand option — replace the image and set your server's name to rebrand the interface with zero code changes.

Support

When contacting support, include the script name and version (shown in this documentation and in the resource's fxmanifest.lua), your framework, and any console errors.

Last updated August 10, 2026