GenZeeDocs

Getting started

From checkout to a running script in about five minutes.

Every Universal script installs the same way. You drop one or two folders into resources/, add a few ensure lines to server.cfg, and restart. Nothing needs a database migration or a framework, and nothing asks you to edit another script.

Before you start

  • A FiveM server on a current artifact. The scripts use fx_version 'cerulean' and Lua 5.4.
  • The Cfx.re account you bought with must also own the server's license key. Escrowed resources only start on servers that belong to the buyer's account.
  • ox_lib, ox_target, Qbox, QBCore and ESX are all optional. The suite works standalone and picks them up when they're there.

The five steps

  1. Download your scripts from Keymaster.
  2. Drop each folder into your server's resources/ folder. Keep only one copy of universal_bridge, even though every product ships with it.
  3. Add the ensure lines in the right order.
  4. Restart the server and watch the console for errors.
  5. Open the script's own page in the sidebar for its commands and settings.

On this page