Documentation
Optional Addon

Vcore-insurance

Optional VCORE add-on for server-authoritative vehicle inspection, registration, vehicle insurance and reviewed vehicle claims. It does not change Core and Core does not depend on it. 1. Import `install/insurance.sql` or leave `AutoCreateTables` enabled. 2. Physical document items are already registered in the rebuilt VCORE Base. `install/vcore_items.lua` is retained for standalone/external installations. The definitions reuse existing VCORE Inventory images. 3. Configure offices, the single policy, purchase lengths, prices and staff jobs in `config.lua`. 4. Start `insurance` after `core`, `oxmysql`, `inventory` and `logs` when those optional integrations are enabled. Players use the Core E prompt at a configured office. Vehicle stages must be completed in order: inspection, registration,

Introduction

Optional VCORE add-on for server-authoritative vehicle inspection, registration, vehicle insurance and reviewed vehicle claims. It does not change Core and Core does not depend on it. 1. Import `install/insurance.sql` or leave `AutoCreateTables` enabled. 2. Physical document items are already registered in the rebuilt VCORE Base. `install/vcore_items.lua` is retained for standalone/external installations. The definitions reuse existing VCORE Inventory images. 3. Configure offices, the single policy, purchase lengths, prices and staff jobs in `config.lua`. 4. Start `insurance` after `core`, `oxmysql`, `inventory` and `logs` when those optional integrations are enabled. Players use the Core E prompt at a configured office. Vehicle stages must be completed in order: inspection, registration,

Version: 1.0.0Optional Resource9 Lua files1 SQL files

Exports

serverGetVehicleCoverage

Export available from this resource. Check the resource notes and expected parameters before integrating it.

Callbacks

No callbacks are documented for this resource.

Registered network events

clientinsurance:client:document

Registered event for this resource. Confirm the expected payload and intended scope before using it.

clientinsurance:client:open

Registered event for this resource. Confirm the expected payload and intended scope before using it.

serverinsurance:server:open

Registered event for this resource. Confirm the expected payload and intended scope before using it.

Commands

  • /checkinsurance (client)
  • /insuranceclaim (server)

Database / SQL

SQL files

  • install/insurance.sql

Detected tables

  • vcore_insurance_claims
  • vcore_vehicle_cover

Troubleshooting

  • Confirm every manifest dependency above is started first.
  • Import the SQL where the resource includes database files.
  • Use the exact resource folder name shown on this page unless you intentionally change both the folder and configuration.
  • Do not copy internal event names into integrations without checking their implementation.