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/andserver/Lua files are encrypted and run only on servers with a valid purchase. - Everything you need to customize stays fully open:
config.lua, the entirehtml/(NUI) folder,locales/, and anystream/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 resourcein your console, the server key inserver.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:
- Download the resource from Keymaster (paid) or the store (free) and extract it.
- Drop the folder into your server's
resources/directory — we recommend a[custom]group folder. - Add
ensure <resource-name>to yourserver.cfgafter the script's dependencies (typicallyox_lib,oxmysql, your framework, andox_inventory/ox_targetwhere required). - 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. - Restart the server and follow the script's own page in this documentation.
Common dependencies
| Dependency | Used for | Link |
|---|---|---|
| ox_lib | Notifications, menus, locale system | GitHub |
| oxmysql | Database access | GitHub |
| ox_target | Third-eye interactions | GitHub |
| ox_inventory | Items and stashes | GitHub |
| qbx_core / qb-core / es_extended | Framework (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
- Email: realresultsapp@gmail.com
- Store: gasteamdevelopers.com
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.
