stacheboi / qb-cityhall

City Hall Script For QB-Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qb-cityhall

City Services for QB-Core Framework 🇺🇸

Dependencies

Screenshots

City Services Request Birth Certificate Request Driver License Apply For a Job

Features

  • Ability to request birth certificate when lost
  • Ability to request driver license when lost
  • Ability to apply to government jobs

Installation

Manual

  • Download the script and put it in the [qb] directory.
  • Add the following code to your server.cfg/resouces.cfg
ensure qb-core
ensure qb-phone
ensure qb-logs
ensure qb-cityhall

Configuration

Config = Config or {}

Config.Cityhall = { -- Location for City Sevices
    coords = {x = -552.0, y = -191.68, z = 38.22},
}

Config.DriverTest = { -- Not on use
    coords = {x = -549.86, y = -191.75, z = 38.22},
}

Config.DrivingSchool = { -- Not on use
    coords = {x = 232.5, y = 368.7, z = 105.94},
}

Config.CompanyPrice = 25000 -- Not on use

About

City Hall Script For QB-Core


Languages

Language:Lua 50.1%Language:CSS 21.8%Language:JavaScript 18.3%Language:HTML 9.7%