From f510b5152926bca6d051fe4ea4685f33d386f098 Mon Sep 17 00:00:00 2001 From: wx <76164598+nwvh@users.noreply.github.com> Date: Sat, 5 Aug 2023 13:51:29 +0200 Subject: [PATCH] Add files via upload --- configs/config_carlock.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configs/config_carlock.lua b/configs/config_carlock.lua index 71d206e..1584dd4 100644 --- a/configs/config_carlock.lua +++ b/configs/config_carlock.lua @@ -2,6 +2,8 @@ wx = {} wx.targetSupport = true -- You can enable ox_target support! +wx.targetIcon = 'fa-solid fa-lock' -- https://fontawesome.com/search - Search icons here (only the free ones will work) + wx.progressLength = 850 -- In ms, how long should it take to unlock the vehicle wx.checkRadius = 5.0 -- Radius to check for vehicles around the player @@ -11,6 +13,10 @@ wx.commandOnUnLock = 'me Unlocking vehicle' wx.Sounds = true -- Play sound in small radius on lock/unlock +wx.Horn = true -- Enable horn on vehicle unlock + +wx.Lights = true -- Enable short headlight flash when locking/unlocking + wx.Notifications = { -- Which notifications to display? Locked = true, -- When locking vehicle Unlocked = true, -- When unlocking vehicle @@ -21,12 +27,12 @@ wx.Notifications = { -- Which notifications to display? wx.ToDisable = { -- Which one of these should be disabled while locking/unlocking vehicles? car = true, -- Disable car movement move = false, -- Disable player movement - combat = true -- Disable shooting,aiming and other combat stuff + combat = true -- Disable shooting, aiming and other combat stuff } wx.Anim = { dict = 'anim@mp_player_intmenu@key_fob@', - clip = 'fob_click' + clip = 'fob_click_fp' } wx.Locale = {