Requirements
| Dependency | Notes |
|---|---|
Qbox (qbx_core) or qb-core or ESX (es_extended) | Auto-detected. Any of the three works out of the box. |
ox_lib | Notifications and callbacks. |
oxmysql | Database driver. |
ox_inventory | Recommended for item / weapon delivery on every framework. Script falls back to the framework’s native inventory if missing. |
| Any vehicle-keys script (optional) | Auto-detected — see Configuration. |
Steps
-
Drop the
nex_donatorsystemfolder into yourresources/tree, e.g.: -
Add it to your
server.cfgafter your framework andox_inventory: -
Start the server. The database tables create themselves on first boot. You should see:
The schema is idempotent. Every restart re-verifies the tables and seeds default categories if any are missing, so you can never end up half-installed. There’s no
.sql file to import.Checking it worked
From your server console:started. From F8 in-game:
Updating
configs/config.lua and configs/sv_config.lua are the only files you edit. Both are escrow_ignored on protected builds, so your settings survive updates.
-
Replace the resource files with the new version (keep your edited
configs/config.luaandconfigs/sv_config.lua). -
Restart the resource:

