775709ddef
+ Added new Wheel-Damage script which causes wheels to fly off if the car is hit hard. + Added newer version of the police siren LVC menu. + Changed a bunch of keybinds in order to facilitate FivePD. + Readded the accidentally removed emote menu and removed NoDriveBy. + Updated the server theme alittle away from just RP. + Updated to server artifacts version to 6372
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 = { } |