Installation Guide
Standard Installation
- 01Download the resource from your purchase dashboard
- 02Extract the archive into your server's
resources/directory - 03Add
ensure resource-nameto yourserver.cfg - 04Configure the
config.luafile (see Configuration section) - 05Restart your server
File Structure
resource-name/
├── client/
│ ├── main.lua
│ └── modules/
├── server/
│ ├── main.lua
│ └── modules/
├── shared/
│ └── config.lua
├── sql/
│ └── install.sql
└── fxmanifest.luaDatabase Setup
If the resource includes a sql/ folder, import the SQL file into your database before starting the resource:
sql
-- Run via your database management tool
SOURCE sql/install.sql;Verify Installation
After starting the resource, check your server console for:
[ORB] Resource initialized successfully
[ORB] Version: X.X.X — Build: STABLEIf you see errors, refer to the Troubleshooting section or contact support.