forked from Simnation/Main
phone
This commit is contained in:
parent
ffdff27b87
commit
7fdb0b03cc
2 changed files with 5 additions and 5 deletions
|
@ -32,8 +32,8 @@ Config.Items = {
|
|||
}
|
||||
|
||||
-- Target System
|
||||
Config.UseTarget = false
|
||||
Config.TargetSystem = "ox_target" -- Options: qb-target, ox_target
|
||||
Config.UseTarget = true
|
||||
Config.TargetSystem = "qb_target" -- Options: qb-target, ox_target
|
||||
|
||||
-- Voice Chat Integration
|
||||
Config.MumbleExport = "mumble-voip"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"unemployedJob": "unemployed",
|
||||
"mail_domain": "@cloud.org",
|
||||
"IngameTime": false,
|
||||
"DeliverCar": true,
|
||||
"DeliverCar": false,
|
||||
"FaceTime": true,
|
||||
"NewsAppAccess": [
|
||||
"police",
|
||||
|
@ -97,7 +97,7 @@
|
|||
},
|
||||
"Service": [
|
||||
{
|
||||
"name": "LSPD",
|
||||
"name": "Los Santos Police Department",
|
||||
"jobname": "police",
|
||||
"img": "/public/img/service/police.png",
|
||||
"coords": {
|
||||
|
@ -320,7 +320,7 @@
|
|||
"default": true,
|
||||
"category": "apps",
|
||||
"redirect": "fractions",
|
||||
"allowJobs": ["police"],
|
||||
"allowJobs": ["police","ambulance","cab","sud","mechanic","marshal","odin"],
|
||||
"disallowJobs": ["unemployed"]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue