Documentation
Optional Addon

Vcore-vehicleloot

Optional VCORE addon for searching the glovebox or boot of ambient vehicles. `core` `inventory` Optional: `dispatch` for vehicle-tampering calls. Optional: `logs` for search and security records. Start `vehicleloot` after `core` and `inventory`. VCORE Base does not depend on this addon. Edit `config.lua` to change search duration, entity cooldown, permitted ambient population types, blocked client vehicle classes, dispatch behaviour and loot tables. Every configured item must exist in `core/shared.gta5.lua` and have its configured Inventory image. The resource intentionally has no database table. Per-container cooldowns are replicated on the ambient vehicle entity and expire with either the configured time or the vehicle itself.

Introduction

Optional VCORE addon for searching the glovebox or boot of ambient vehicles. `core` `inventory` Optional: `dispatch` for vehicle-tampering calls. Optional: `logs` for search and security records. Start `vehicleloot` after `core` and `inventory`. VCORE Base does not depend on this addon. Edit `config.lua` to change search duration, entity cooldown, permitted ambient population types, blocked client vehicle classes, dispatch behaviour and loot tables. Every configured item must exist in `core/shared.gta5.lua` and have its configured Inventory image. The resource intentionally has no database table. Per-container cooldowns are replicated on the ambient vehicle entity and expire with either the configured time or the vehicle itself.

Version: 1.0.0Optional Resource4 Lua files0 SQL files

Exports

No exports are documented for this resource.

Callbacks

servervcore_vehicleloot:server:authorize

Callback available from this resource. Confirm parameters and return values before using it.

servervcore_vehicleloot:server:cancel

Callback available from this resource. Confirm parameters and return values before using it.

servervcore_vehicleloot:server:complete

Callback available from this resource. Confirm parameters and return values before using it.

Registered network events

clientcrim:ransacktrunk:main

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

clientvcore_vehicleloot:client:notify

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

clientvcore_vehicleloot:client:ransackMenu

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

clientvcore_vehicleloot:client:ransackTrunk

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

clientvcore_vehicleloot:client:searchGlovebox

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

servervcore_vehicleloot:server:cancel

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

Commands

No registered commands were detected.

Database / SQL

SQL files

None detected in source.

Detected tables

None detected in source.

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.