forked from Simnation/Main
edit
This commit is contained in:
parent
dde7b67018
commit
07bc0f3b3f
3 changed files with 17 additions and 3 deletions
|
@ -338,7 +338,7 @@ Config.FuelConsumptionPerClass = {
|
||||||
[9] = 0.8, -- Off-road
|
[9] = 0.8, -- Off-road
|
||||||
[10] = 2.0, -- Industrial
|
[10] = 2.0, -- Industrial
|
||||||
[11] = 1.6, -- Utility
|
[11] = 1.6, -- Utility
|
||||||
[12] = 1.0, -- Vans
|
[12] = 0.8, -- Vans
|
||||||
[13] = 0.0, -- Cycles
|
[13] = 0.0, -- Cycles
|
||||||
[14] = 1.0, -- Boats
|
[14] = 1.0, -- Boats
|
||||||
[15] = 2.0, -- Helicopters
|
[15] = 2.0, -- Helicopters
|
||||||
|
|
|
@ -6,7 +6,7 @@ Config.dealerships.fussion = { -- Dealership ID, NEEDS TO BE THE SAME AS THE JOB
|
||||||
logo = 'https://i.ibb.co/nkBN3bs/logo.png', -- Dealership logo that'll show on UI
|
logo = 'https://i.ibb.co/nkBN3bs/logo.png', -- Dealership logo that'll show on UI
|
||||||
job = 'fussion', -- Dealership job or false to not player owned dealerships, NEEDS TO BE THE SAME AS THE ID!!!
|
job = 'fussion', -- Dealership job or false to not player owned dealerships, NEEDS TO BE THE SAME AS THE ID!!!
|
||||||
lockCatalogueJob = false, -- can be false for everyone to open the catalogue or a job if you want to lock it to some job
|
lockCatalogueJob = false, -- can be false for everyone to open the catalogue or a job if you want to lock it to some job
|
||||||
currency = 'bank', -- bank, cash or money to ESX (Also to QBCore you can choose other currency like crypto and etc)
|
currency = 'cash', -- bank, cash or money to ESX (Also to QBCore you can choose other currency like crypto and etc)
|
||||||
useStock = true, -- When using job = false this will be ignored
|
useStock = true, -- When using job = false this will be ignored
|
||||||
allowBuyCatalogue = false, -- If true players will be able to buy the vehicles on the catalogue
|
allowBuyCatalogue = false, -- If true players will be able to buy the vehicles on the catalogue
|
||||||
allowChangeVehicle = false, -- If true players will be able to change the vehicles on the catalogue witout job
|
allowChangeVehicle = false, -- If true players will be able to change the vehicles on the catalogue witout job
|
||||||
|
|
|
@ -435,7 +435,21 @@ Config.resolution = {
|
||||||
['Job'] = nil,
|
['Job'] = nil,
|
||||||
['ItemToOpen'] = nil
|
['ItemToOpen'] = nil
|
||||||
},
|
},
|
||||||
[GetHashKey("prop_huge_display_01")] = {
|
[-1331536247] = {
|
||||||
|
['ScreenSize'] = vec3(0.000000, 0.000000, 0.000000),
|
||||||
|
['distance'] = 10,
|
||||||
|
['ScreenOffSet'] = vec3(0.000000, 0.000000, 0.000000),
|
||||||
|
['Job'] = nil,
|
||||||
|
['ItemToOpen'] = nil,
|
||||||
|
['distanceToOpen'] = 1.5,
|
||||||
|
['CameraOffSet'] = {
|
||||||
|
['x'] = 0.0,
|
||||||
|
['rotationOffset'] = vec3(0.000000, 0.000000, 0.000000),
|
||||||
|
['z'] = 0.35,
|
||||||
|
['y'] = -3.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[GetHashKey("prop_huge_display_01")] = {
|
||||||
--Job = { ["police"] = {"*"}, },
|
--Job = { ["police"] = {"*"}, },
|
||||||
--ItemToOpen = { "remote", "another item" },
|
--ItemToOpen = { "remote", "another item" },
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue