Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nwvh authored Aug 5, 2023
1 parent 5ce6d0b commit f510b51
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions configs/config_carlock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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 = {
Expand Down

0 comments on commit f510b51

Please sign in to comment.