12 lines
529 B
Lua
12 lines
529 B
Lua
--------------------TRAFFIC ADVISOR SETTINGS---------------------
|
|
ta_masterswitch = true
|
|
-- Determines if traffic_advisor plugin can be activated.
|
|
ta_combokey = false
|
|
-- Key that needs to be pressed in combination with registered key mapping. Set to false to disable. (default: disabled (false))
|
|
-- List of Controls: https://docs.fivem.net/docs/game-references/controls/
|
|
ta_sync_radius_default = 20
|
|
|
|
|
|
--[[ Documentation / Wiki: https://github.com/TrevorBarns/luxart-vehicle-control/wiki/Traffic-Advisor ]]
|
|
|
|
TA_ASSIGNMENTS = { } |