Getting Started

Common setup

Most Raven Scripts resources (rv_*) share the same production habits. Follow this once, then open the script page for product-specific steps.

Before you install any script

  1. Confirm your stack

    Framework (QB / ESX / Qbox / standalone), inventory, target, and SQL resource.

  2. Install dependencies first

    Typical: oxmysql, ox_lib, core, inventory, target — then the Raven resource.

  3. Place the resource

    Keep the folder name (rv_computer, rv_medical, …) and ensure that exact name.

  4. Import items / SQL when required

    Check each script README / [INSTALL] folder.

  5. Match config to your server

    Framework, inventory, and target providers must match what you run.

  6. Restart and read the console

    Fix the first red error before testing in-game.

Recommended ensure order

ensure oxmysql
ensure ox_lib
ensure qbx_core          # or qb-core / es_extended
ensure ox_inventory
ensure ox_target

ensure rv_computer
ensure rv_medical
ensure rv_dispatch
Editable files

Customize config.lua, locales, and modules/editable/ (or client/server edit bridges). Do not patch escrow-protected cores.