ed
This commit is contained in:
parent
9ec9374b18
commit
1ee6dbef40
64 changed files with 5206 additions and 177 deletions
|
@ -14,7 +14,7 @@ Config.SimCardDLC = true -- Enable if using RoadPhone SimCard DLC
|
|||
|
||||
-- Phone Settings
|
||||
Config.PhoneCommand = "TogglePhone"
|
||||
Config.NeedItem = false -- Requires an item to open the phone
|
||||
Config.NeedItem = true -- Requires an item to open the phone
|
||||
Config.RegisterKeyMapping = true -- If false, the phone can only be closed using ESC
|
||||
Config.OpenKey = 'f1' -- Works if RegisterKeyMapping is true
|
||||
Config.OpenKeyNumber = 288 -- Works if RegisterKeyMapping is false
|
||||
|
@ -32,8 +32,8 @@ Config.Items = {
|
|||
}
|
||||
|
||||
-- Target System
|
||||
Config.UseTarget = true
|
||||
Config.TargetSystem = "qb_target" -- Options: qb-target, ox_target
|
||||
Config.UseTarget = false
|
||||
Config.TargetSystem = "qb-target" -- Options: qb-target, ox_target
|
||||
|
||||
-- Voice Chat Integration
|
||||
Config.MumbleExport = "mumble-voip"
|
||||
|
@ -43,7 +43,7 @@ Config.SaltyExport = "saltychat"
|
|||
|
||||
Config.UsePmaVoice = false
|
||||
Config.UseMumbleVoip = false
|
||||
Config.UseSaltyChat = false
|
||||
Config.UseSaltyChat = false --https://saltyhub.net/
|
||||
Config.UseTokoVoip = false
|
||||
Config.UseYacaVoice = true
|
||||
Config.SaltyChatFix = false -- Fix issues with SaltyChat if true
|
||||
|
@ -55,7 +55,7 @@ Config.EventNumbers = {
|
|||
|
||||
-- Addons
|
||||
Config.Addons = {
|
||||
['jobcalls'] = true,
|
||||
['jobcalls'] = true
|
||||
['roadpods'] = true
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,7 @@ Config.Addons = {
|
|||
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
|
||||
|
@ -91,11 +91,11 @@ Config.CameraDelay = 2000 -- Delay between taking pictures
|
|||
-- Taxi Configuration
|
||||
Config.TaxiPrice = 100 -- Price per kilometer
|
||||
Config.TaxiJob = "taxi"
|
||||
Config.TaxiSociety = "taxi"
|
||||
Config.TaxiSocietyEnabled = true --money goes to society account instead of player account
|
||||
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
|
||||
|
@ -117,7 +117,7 @@ Config.codeMInventory = false
|
|||
Config.okokBanking = false
|
||||
|
||||
-- Garage Systems
|
||||
Config.JGAdvancedGarages = false
|
||||
Config.JGAdvancedGarages = true
|
||||
Config.cdGarages = false
|
||||
|
||||
-- Miscellaneous Integrations
|
||||
|
@ -144,4 +144,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
|
Loading…
Add table
Add a link
Reference in a new issue