Propfix Nordi
This commit is contained in:
Max 2025-06-12 15:29:08 +02:00
parent 42fb95d4ba
commit 2c6da53b8e
152 changed files with 5374 additions and 540 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 = true -- Enable if using RoadPhone SimCard DLC
Config.SimCardDLC = false -- Enable if using RoadPhone SimCard DLC
-- Phone Settings
Config.PhoneCommand = "TogglePhone"
@ -24,6 +24,7 @@ Config.Fahrenheit = false -- Use Fahrenheit instead of Celsius
-- Items Configuration
Config.Items = {
"phone",
"purple_phone",
"green_phone",
"red_phone",
@ -43,7 +44,7 @@ Config.SaltyExport = "saltychat"
Config.UsePmaVoice = false
Config.UseMumbleVoip = false
Config.UseSaltyChat = true
Config.UseSaltyChat = false
Config.UseTokoVoip = false
Config.UseYacaVoice = false
Config.SaltyChatFix = false -- Fix issues with SaltyChat if true
@ -55,15 +56,14 @@ Config.EventNumbers = {
-- Addons
Config.Addons = {
['jobcalls'] = true,
['roadpods'] = true
['jobcalls'] = true
}
-- Valet Configuration
Config.ValetServerSideCheck = true
Config.ValetPedModel = "s_m_y_valet_01"
Config.ValetRadius = 500.0
Config.ValetDeliveryPrice = 5000
Config.ValetDeliveryPrice = 500
Config.OwnedVehiclesTable = "player_vehicles"
-- Walkable Camera
@ -74,15 +74,14 @@ Config.Crypto = true
-- Radio Settings
Config.RemoveFromRadioWhenDead = true
Config.RadioNeedItem = true
Config.RadioNeedItem = false
Config.RadioItems = {
"radio"
}
Config.lockedRadioChannels = {
{ frq = 1, jobhasaccess = {"police"} },
{ frq = 2, jobhasaccess = {"ambulance"} },
{ frq = 3, jobhasaccess = {"police", "ambulance","marshal"} },
{ frq = 4, jobhasaccess = {"marshal"} },
{ frq = 3, jobhasaccess = {"police", "ambulance"} }
}
-- Camera App
@ -90,12 +89,12 @@ Config.CameraDelay = 2000 -- Delay between taking pictures
-- Taxi Configuration
Config.TaxiPrice = 100 -- Price per kilometer
Config.TaxiJob = "cab"
Config.TaxiSociety = "cab"
Config.TaxiSocietyEnabled = true --money goes to society account instead of player account
Config.TaxiJob = "taxi"
Config.TaxiSociety = "society_taxi"
Config.TaxiSocietyEnabled = false --money goes to society account instead of player account
-- Rent Configuration
Config.RentVehicleSpawnRadius = 6000.0
Config.RentVehicleSpawnRadius = 500.0
Config.RentVehicleModel = "s_m_y_valet_01"
-- Billing Systems
@ -114,14 +113,14 @@ Config.codemBilling2Folder = "codem-billing"
Config.codeMInventory = false
-- Banking System
Config.okokBanking = true
Config.okokBanking = false
-- Garage Systems
Config.JGAdvancedGarages = false
Config.cdGarages = false
-- Miscellaneous Integrations
Config.VisnAre = true
Config.VisnAre = false
Config.MXSurround = false
-- Custom Props
@ -144,4 +143,6 @@ 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.CallCheckExperimental = true -- Experimental call check
Config.CallControl = true -- Enable call control / example: Accept, Decline, End Call with Enter and Backspace