City Hall
Configuration
Configuration options for the City Hall resource.
Configuration
Config = {}
Config.Framework = 'qbcore'
-- Location of the City Hall NPC/blip
Config.Location = vector3(217.69, -810.76, 30.71)
-- Job name for government employees
Config.GovJob = 'government'
-- License types available
Config.Licenses = {
{ name = 'driver', label = 'Driving License', price = 500 },
{ name = 'weapon', label = 'Firearm Permit', price = 1500 },
{ name = 'business', label = 'Business License', price = 2500 },
}
-- Vehicle registration cost
Config.RegistrationCost = 200
-- Fine multiplier (1.0 = standard)
Config.FineMultiplier = 1.0Options
| Key | Type | Description |
|---|---|---|
Framework | string | Your server framework |
Location | vector3 | City Hall NPC position |
GovJob | string | Job name for government staff |
Licenses | table | Available license types and prices |
RegistrationCost | number | Vehicle registration fee |
FineMultiplier | number | Global fine cost multiplier |
