This commit is contained in:
Nordi98 2025-06-12 22:09:59 +02:00
parent bd65997839
commit f9b8f9ccad
3 changed files with 283 additions and 294 deletions

View file

@ -10,7 +10,7 @@ Config.uploadMethod = 'fivemanage' -- Options: fivemanage, fivemerr (Setup API_K
-- RoadShop scripts
Config.RoadPad = false -- Enable if using RoadPad
Config.RoadCarPlay = false -- Enable if using RoadCarPlay
Config.SimCardDLC = false -- Enable if using RoadPhone SimCard DLC
Config.SimCardDLC = true -- Enable if using RoadPhone SimCard DLC

-- Phone Settings
Config.PhoneCommand = "TogglePhone"
@ -24,7 +24,6 @@ Config.Fahrenheit = false -- Use Fahrenheit instead of Celsius

-- Items Configuration
Config.Items = {
"phone",
"purple_phone",
"green_phone",
"red_phone",
@ -44,7 +43,7 @@ Config.SaltyExport = "saltychat"

Config.UsePmaVoice = false
Config.UseMumbleVoip = false
Config.UseSaltyChat = false
Config.UseSaltyChat = true
Config.UseTokoVoip = false
Config.UseYacaVoice = false
Config.SaltyChatFix = false -- Fix issues with SaltyChat if true
@ -56,14 +55,15 @@ Config.EventNumbers = {

-- Addons
Config.Addons = {
['jobcalls'] = true
['jobcalls'] = true,
['roadpods'] = true
}

-- Valet Configuration
Config.ValetServerSideCheck = true
Config.ValetPedModel = "s_m_y_valet_01"
Config.ValetRadius = 500.0
Config.ValetDeliveryPrice = 500
Config.ValetDeliveryPrice = 5000
Config.OwnedVehiclesTable = "player_vehicles"

-- Walkable Camera
@ -74,14 +74,15 @@ Config.Crypto = true

-- Radio Settings
Config.RemoveFromRadioWhenDead = true
Config.RadioNeedItem = false
Config.RadioNeedItem = true
Config.RadioItems = {
"radio"
}
Config.lockedRadioChannels = {
{ frq = 1, jobhasaccess = {"police"} },
{ frq = 2, jobhasaccess = {"ambulance"} },
{ frq = 3, jobhasaccess = {"police", "ambulance"} }
{ frq = 3, jobhasaccess = {"police", "ambulance","marshal"} },
{ frq = 4, jobhasaccess = {"marshal"} },
}

-- Camera App
@ -89,12 +90,12 @@ Config.CameraDelay = 2000 -- Delay between taking pictures

-- Taxi Configuration
Config.TaxiPrice = 100 -- Price per kilometer
Config.TaxiJob = "taxi"
Config.TaxiSociety = "society_taxi"
Config.TaxiSocietyEnabled = false --money goes to society account instead of player account
Config.TaxiJob = "cab"
Config.TaxiSociety = "cab"
Config.TaxiSocietyEnabled = true --money goes to society account instead of player account

-- Rent Configuration
Config.RentVehicleSpawnRadius = 500.0
Config.RentVehicleSpawnRadius = 6000.0
Config.RentVehicleModel = "s_m_y_valet_01"

-- Billing Systems
@ -113,14 +114,14 @@ Config.codemBilling2Folder = "codem-billing"
Config.codeMInventory = false

-- Banking System
Config.okokBanking = false
Config.okokBanking = true

-- Garage Systems
Config.JGAdvancedGarages = false
Config.cdGarages = false

-- Miscellaneous Integrations
Config.VisnAre = false
Config.VisnAre = true
Config.MXSurround = false

-- Custom Props
@ -143,6 +144,4 @@ Config.ClientSideInventoryValidation = false -- Use with caution
-- Flashlight Sync / USE WITH CAUSION HIGH CLIENT & SERVER PERFORMANCE IMPACT
Config.SyncFlashlight = false -- Sync flashlight with other players

Config.CallCheckExperimental = true -- Experimental call check

Config.CallControl = true -- Enable call control / example: Accept, Decline, End Call with Enter and Backspace
Config.CallCheckExperimental = true -- Experimental call check