Documentation
Base Resource

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.

v1.0.0VCore FrameworkCore systems

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.

1Client Lua
1Server Lua
0Exports
3Events
0SQL tables

UI/web files detected.

Dependencies & References

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
logsManifest dependencyIncluded in Base
radialmenuManifest dependencyIncluded in Base

Cross-resource export calls

ResourceFunctions called
coregetCoreObject
logsLog
radialmenuaddSubMenuToRoot, 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.

server.cfg
ensure multijob

Configuration

Config files

  • config.lua

Top-level config keys detected

CommandDefaultIconJobIconsLegacyOpenEventMenuRadialSwitchCooldownMs

Events, Exports & Callbacks

Exports

No export definitions were detected.

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events2
  • legacystudio_multijob:client:openJobs
  • vcore_multijob:client:openJobs
Server registered events1
  • vcore_multijob:server:selectJob

Commands

No commands were detected.

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

AreaDetected files
Client Lua1
Server Lua1
Other/shared Lua2
JavaScript0
HTML0
CSS0
SQL0

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_page when one is declared.