Documentation
Optional Addon

Vcore-burnerphone

Optional VCORE criminal-economy addon with a disposable phone, anonymous chat, server-generated buyer offers, negotiated handovers, ambushes, rotating dealer contacts, timed stock sales and in-person collections. `core` `inventory` `oxmysql` `logs` is optional; when present, security and transaction records use its configurable `crime` webhook. Start `burnerphone` after its three required resources. Base does not depend on this addon. 1. Import `sql/install.sql`. Tables are also created safely on resource start, but importing the file is recommended for a clean deployment. 2. Add `burner_phone`, `cash_roll`, and every enabled entry in `config/drugs.lua` to Core shared items and inventory images. 3. Ensure `burner_phone` is usable. The resource registers it through Core.

Introduction

Optional VCORE criminal-economy addon with a disposable phone, anonymous chat, server-generated buyer offers, negotiated handovers, ambushes, rotating dealer contacts, timed stock sales and in-person collections. `core` `inventory` `oxmysql` `logs` is optional; when present, security and transaction records use its configurable `crime` webhook. Start `burnerphone` after its three required resources. Base does not depend on this addon. 1. Import `sql/install.sql`. Tables are also created safely on resource start, but importing the file is recommended for a clean deployment. 2. Add `burner_phone`, `cash_roll`, and every enabled entry in `config/drugs.lua` to Core shared items and inventory images. 3. Ensure `burner_phone` is usable. The resource registers it through Core.

Version: 1.0.0Optional Resource24 Lua files1 SQL files

Exports

serverAddBurnerReputation

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

serverCreateBuyerOffer

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

serverGetBurnerReputation

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

serverGetHiredDealers

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

serverHasBurnerPhone

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

serverIsDealerLegitimate

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

serverSendBurnerMessage

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

servervcore_burnerphone:server:closePhone

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

servervcore_burnerphone:server:updateAlias

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

Commands

  • /burnerphone (client)

Database / SQL

SQL files

  • sql/install.sql

Detected tables

  • burner_phone_blocks
  • burner_phone_buyers
  • burner_phone_dealer_contacts
  • burner_phone_dealer_contracts
  • burner_phone_dealer_payouts
  • burner_phone_dealer_rotation
  • burner_phone_dealer_stock
  • burner_phone_deals
  • burner_phone_devices
  • burner_phone_group_messages
  • burner_phone_messages
  • burner_phone_reputation
  • burner_phone_scam_history

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.