Base Resource
radialmenu
The supplied manifest describes this resource as “VCore - Radialmenu”.
Introduction
The supplied manifest describes this resource as “VCore - Radialmenu”.
3Client Lua
1Server Lua
7Exports
13Events
0SQL tables
UI page: html/index.html
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
clothing | Manifest dependency | Included in Base |
core | Manifest dependency | Included in Base |
inventory | Manifest dependency | Included in Base |
parties | Referenced by source | Included in Base |
radio | Referenced by source | Included in Base |
sitanywhere | Referenced by source | Included in Base |
statuseffects | Referenced by source | Included in Base |
vcore_phone | Referenced by source | Included in Base |
vehicleshop | Referenced by source | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
inventory | AddItem, OpenPlayerInventory |
Installation / Start Order
The supplied server.cfg enables this resource in the Core systems stage at enabled-resource position 35. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure radialmenuConfiguration
Config files
config.lua
Top-level config keys detected
CloseOnReleaseKeybindMaxItemsPrimaryRadioChannelsEvents, Exports & Callbacks
Exports
Client exports4
CloseIsOpenOpenSetEnabled
Shared exports3
addSubMenuToRootregisterRootMenuregisterSubMenu
Callbacks
No Vcore callback registrations were detected.
Registered network events
Client registered events7
VCORE:deathStatemenu:menuexitradialmenu:client:readShoesradialmenu:client:removeShoesradialmenu:client:seatInOutVehicleradialmenu:client:setCarryradialmenu:client:validateRobState
Server registered events6
radialmenu:server:requestRobberyradialmenu:server:returnShoesradialmenu:server:seatPlayerradialmenu:server:startCarryradialmenu:server:stopCarryradialmenu:server:validateRobState
Commands
Client commands2
+radialMenu-radialMenu
Database / SQL
No resource-local SQL file was detected.
No CREATE TABLE statements detected inside this resource.
The root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 3 |
| Server Lua | 1 |
| Other/shared Lua | 2 |
| JavaScript | 1 |
| HTML | 1 |
| CSS | 1 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
radialmenu. - Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
- If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
- If the UI fails, verify the resource's NUI files and
ui_pagewhen one is declared.

