multijob
Allows players to switch owned jobs through /multijob or the General radial-menu entry. The server revalidates ownership, duty and active-job changes. Start core, logs, radialmenu and banking before multijob. Configure switching rules and job icons in config.lua. Salary values are hourly rates; Banking tracks each active job independently and includes partial hours. Restart multijob after configuration changes.
Introduction
Allows players to switch owned jobs through /multijob or the General radial-menu entry. The server revalidates ownership, duty and active-job changes. Start core, logs, radialmenu and banking before multijob. Configure switching rules and job icons in config.lua. Salary values are hourly rates; Banking tracks each active job independently and includes partial hours. Restart multijob after configuration changes.
UI/web files detected.
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
logs | Manifest dependency | Included in Base |
radialmenu | Manifest dependency | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
logs | Log |
radialmenu | addSubMenuToRoot, registerSubMenu |
Installation / Start Order
The supplied server.cfg enables this resource in the Core systems stage at enabled-resource position 39. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
ensure multijobConfiguration
Config files
config.lua
Top-level config keys detected
CommandDefaultIconJobIconsLegacyOpenEventMenuRadialSwitchCooldownMsEvents, Exports & Callbacks
Exports
No export definitions were detected.
Callbacks
No Vcore callback registrations were detected.
Registered network events
Client registered events2
legacystudio_multijob:client:openJobsvcore_multijob:client:openJobs
Server registered events1
vcore_multijob:server:selectJob
Commands
No commands were detected.
Database / SQL
No resource-local SQL file was detected.
The root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 1 |
| Server Lua | 1 |
| Other/shared Lua | 2 |
| JavaScript | 0 |
| HTML | 0 |
| CSS | 0 |
| SQL | 0 |
Troubleshooting
- Confirm all manifest dependencies are started before
multijob. - 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.

