Configuration
Get The Pos For The Tablet With The Command 'cityhall'๐ง Overview
โ๏ธ Base Configuration
{
CORE = "QBX", -- Options: "ESX", "QBX", "QB", "CUSTOM"
jobs = { ... },
pos = { ... }
}CORE
CORE๐ Job Entry Structure
{
job = "unemployed",
grade = 1,
pos = vector2(-270.0, -952.0),
title = "City Planner",
department = "Urban Development",
type = "Full-Time",
salary = "65,000 - 85,000",
location = "City Hall - Main Building",
postedDays = 2,
description = "Job description here...",
requirements = {
"Requirement 1",
"Requirement 2",
},
benefits = {
"Benefit 1",
"Benefit 2",
},
gps = true, -- Enables map GPS pin
apply = true, -- Enables application button
-- Optional: Overwrite application logic
-- apply_action = function(src, job, grade)
-- -- Custom server-side logic
-- end,
}๐ง Field Descriptions
Field
Type
Description
๐บ๏ธ Interaction Positions
โ Adding More Jobs
๐งฉ Extending Logic (Server-Side)
Last updated