Documentation
Optional Addon

Vcore-catconverter

Optional VCORE catalytic-converter theft addon with ambient-vehicle validation, VCORE Minigames, a configurable fence, Dispatch alerts and central logging. `core` `inventory` `vcore_minigames` Optional: `dispatch` for suspicious-activity calls. Optional: `logs` for theft, sale and security records. Start `catconverter` after its required resources. VCORE Base does not depend on this addon. Edit `config.lua` to change: Tool and converter item IDs. Tool break chances, cutting time and player/vehicle cooldowns. Eligible ambient vehicle types and client class filtering. Lockbox minigame settings and cutting animation. Buyer ped, position, payment account and price range. Dispatch and logging behaviour. Every configured item must exist in `core/shared.gta5.lua` and have its configured image in

Introduction

Optional VCORE catalytic-converter theft addon with ambient-vehicle validation, VCORE Minigames, a configurable fence, Dispatch alerts and central logging. `core` `inventory` `vcore_minigames` Optional: `dispatch` for suspicious-activity calls. Optional: `logs` for theft, sale and security records. Start `catconverter` after its required resources. VCORE Base does not depend on this addon. Edit `config.lua` to change: Tool and converter item IDs. Tool break chances, cutting time and player/vehicle cooldowns. Eligible ambient vehicle types and client class filtering. Lockbox minigame settings and cutting animation. Buyer ped, position, payment account and price range. Dispatch and logging behaviour. Every configured item must exist in `core/shared.gta5.lua` and have its configured image in

Version: 1.0.0Optional Resource4 Lua files0 SQL files

Exports

No exports are documented for this resource.

Callbacks

servervcore_catconverter:server:authorize

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

servervcore_catconverter:server:complete

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

servervcore_catconverter:server:failed

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

servervcore_catconverter:server:minigamePassed

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

servervcore_catconverter:server:sell

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

Registered network events

clientvcore_catconverter:client:attempt

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

clientvcore_catconverter:client:notify

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

servervcore_catconverter:server:cancel

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

Commands

  • /cutcat (client)

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.