Base Resource
government
The supplied manifest describes this resource as “VCore - Government”.
Introduction
The supplied manifest describes this resource as “VCore - Government”.
5Client Lua
7Server Lua
1Exports
12Events
4SQL tables
No manifest UI page detected.
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
banking | Manifest dependency | Included in Base |
core | Manifest dependency | Included in Base |
inventory | Manifest dependency | Included in Base |
logs | Manifest dependency | Included in Base |
oxmysql | Manifest dependency | External / prerequisite |
polyzone | Manifest dependency | Included in Base |
Cross-resource export calls
| Resource | Functions called |
|---|---|
banking | BankDeposit, DepositToPrimaryAccount, WithdrawFromPrimaryAccount |
core | getCoreObject |
inventory | AddItem, GetPlayerItems, OpenStash |
logs | Log |
Installation / Start Order
The supplied server.cfg enables this resource in the Gameplay systems stage at enabled-resource position 54. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
server.cfg
ensure governmentConfiguration
Config files
- No dedicated config file detected.
Top-level config keys detected
No Config/VCOREConfig keys detected by the audit.
Events, Exports & Callbacks
Exports
Server exports1
CreateInvoice
Callbacks
Server callbacks3
government:server:managementContextgovernment:server:myInvoicesgovernment:server:printableIdentity
Registered network events
Client registered events1
government:client:seat
Server registered events11
government:server:createInvoicegovernment:server:employmentActiongovernment:server:openStashgovernment:server:payInvoicegovernment:server:printCredentialgovernment:server:printIdentitygovernment:server:seatPlayergovernment:server:setLicencegovernment:server:toggleDutygovernment:server:updateCharacterFieldgovernment:server:updateEmploymentProfile
Commands
Client commands1
invoices
Database / SQL
| File | Type |
|---|---|
sql/government.sql | Resource SQL file |
government_employmentgovernment_invoicesgovernment_licensesgovernment_recordsThe root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 5 |
| Server Lua | 7 |
| Other/shared Lua | 5 |
| JavaScript | 0 |
| HTML | 0 |
| CSS | 0 |
| SQL | 1 |
Troubleshooting
- Confirm all manifest dependencies are started before
government. - 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.

