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
|
-- Target System
|
||||||
Config.UseTarget = false
|
Config.UseTarget = true
|
||||||
Config.TargetSystem = "ox_target" -- Options: qb-target, ox_target
|
Config.TargetSystem = "qb_target" -- Options: qb-target, ox_target
|
||||||
|
|
||||||
-- Voice Chat Integration
|
-- Voice Chat Integration
|
||||||
Config.MumbleExport = "mumble-voip"
|
Config.MumbleExport = "mumble-voip"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"unemployedJob": "unemployed",
|
"unemployedJob": "unemployed",
|
||||||
"mail_domain": "@cloud.org",
|
"mail_domain": "@cloud.org",
|
||||||
"IngameTime": false,
|
"IngameTime": false,
|
||||||
"DeliverCar": true,
|
"DeliverCar": false,
|
||||||
"FaceTime": true,
|
"FaceTime": true,
|
||||||
"NewsAppAccess": [
|
"NewsAppAccess": [
|
||||||
"police",
|
"police",
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
},
|
},
|
||||||
"Service": [
|
"Service": [
|
||||||
{
|
{
|
||||||
"name": "LSPD",
|
"name": "Los Santos Police Department",
|
||||||
"jobname": "police",
|
"jobname": "police",
|
||||||
"img": "/public/img/service/police.png",
|
"img": "/public/img/service/police.png",
|
||||||
"coords": {
|
"coords": {
|
||||||
|
@ -320,7 +320,7 @@
|
||||||
"default": true,
|
"default": true,
|
||||||
"category": "apps",
|
"category": "apps",
|
||||||
"redirect": "fractions",
|
"redirect": "fractions",
|
||||||
"allowJobs": ["police"],
|
"allowJobs": ["police","ambulance","cab","sud","mechanic","marshal","odin"],
|
||||||
"disallowJobs": ["unemployed"]
|
"disallowJobs": ["unemployed"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue