Every APEX script follows the same install pattern. Once you’ve done it for one, you’ve done it for all of them.Documentation Index
Fetch the complete documentation index at: https://docs.apex-services.site/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
APEX scripts target ESX Legacy (and ESX 1.x). You should already have
es_extended, ox_lib, and oxmysql running before importing any APEX script.Steps
Get the resource
Buy the script on Tebex and download the build from your keymaster / escrow account. APEX uses CFX escrow — keymaster ties the asset to your server license.
Drop into resources
Extract the folder into your
resources/ directory. The folder name must match the resource name in fxmanifest.lua (already set correctly out of the box).Add to server.cfg
Add
ensure apex-<script-name> after es_extended, ox_lib, and oxmysql. APEX scripts that depend on other APEX scripts (for example apex-caretaker-app requires apex-caretaker) declare this in their fxmanifest.lua.Restart the server
On first start, scripts that need a database table create it automatically via
oxmysql. There’s no manual SQL import unless a script explicitly ships a sql.sql for items.Boot order
Place APEX scripts after their dependencies.
server.cfg
Items and inventory
Scripts that introduce inventory items list them in their per-script page. Forox_inventory, add the item definitions to resources/[inventory]/ox_inventory/data/items.lua. The script’s config.lua documents which item names it expects (for example caller_item, tablet_robberies, kreissaege).
Verifying the install
After
restart apex-<script>, watch the console for:[apex-<script>] DB tables ready(if applicable)- No red
ERRORlines fromfxmanifest.lua
Ensure you have set the proper cfx license key in your server config or you have restarted the server.