We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b99f8a commit 6837d41Copy full SHA for 6837d41
client/main.lua
@@ -76,6 +76,7 @@ local function setVehicleDoorLock(vehicle, state, anim)
76
if not vehicle then return end
77
if not isBlacklistedVehicle(vehicle) then
78
if hasKeys(qbx.getVehiclePlate(vehicle)) or areKeysJobShared(vehicle) then
79
+
80
if anim then
81
lib.playAnim(cache.ped, 'anim@mp_player_intmenu@key_fob@', 'fob_click', 3.0, 3.0, -1, 49)
82
end
0 commit comments