forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
ee0d7808f1
commit
56adc11444
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@ Config.NotiUnLoadMessage = 'Vehicle Unloaded'
|
|||
Config.UseExternalTrailerConnect = false -- Set to True if you want to use ebu_trailerconnect with the whitelist/blacklist control
|
||||
--========Interaction Type========--
|
||||
--======[[see utils.lua to modify]]======--
|
||||
Config.UseTarget = false -- If True, Markers & Prompts will be disabled except for in vehicle
|
||||
Config.UseTarget = true -- If True, Markers & Prompts will be disabled except for in vehicle
|
||||
Config.Target = 'qb-target'
|
||||
|
||||
|
||||
--========Markers & Prompts=======--
|
||||
--Increases tick rate from 0.01 to 0.08 - 0.1 when in range
|
||||
Config.WaitTimer = 3000 -- Update rate to check for nearby trailer seconds * 1000 (Default 3000)
|
||||
Config.ShowMarkers = true -- Display markers at interaction points
|
||||
Config.ShowMarkers = false -- Display markers at interaction points
|
||||
Config.ShowHelp = true -- Display help prompts
|
||||
Config.MessageDistance = 2.0 -- Distance from point to display message (Default 2.0)
|
||||
Config.Marker = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue