Installation
Server prerequisites and the first-boot checklist shared across every NX Creative script.
Every NX Creative script assumes a baseline FiveM server with a supported framework and the ox ecosystem in place. Set this up once and individual scripts drop in without further fuss.
Prerequisites
Framework
Pick one of the supported roleplay frameworks. See the Frameworks page for notes on each.
Base resources
These four are used by most NX Creative scripts. Install them once, keep them up to date, and most scripts will install without config changes.
Install checklist
-
Download. Grab the latest release
.zipfrom your Tebex purchase. -
Unpack. Drop the folder into
resources/[nx]/or wherever you keep third-party resources. -
Import the SQL. Scripts with persisted state ship a SQL file in the resource folder. The file name is listed on each script's own installation page. Run it against the same database
oxmysqlpoints at. -
Edit
config.lua. Per-script settings live here. Avoid editingshared.luaorserver.luaunless the script's docs say otherwise. -
Add to
server.cfg. Start the script after its dependencies:ensure ox_lib ensure ox_target ensure ox_inventory ensure oxmysql ensure nx_<script> -
Boot and verify. On first start, the framework bridge logs the detected framework to the server console. If the resource reaches the
startedstate without errors, it is good to go.
Troubleshooting
When a script refuses to start, the cause is almost always one of:
- A dependency is not running, or is the wrong version.
- The SQL file was not imported, or was imported into the wrong database.
- The license is not bound to this server in Tebex Keymaster.
If none of those apply, see Support.