Skip to content

Commit

Permalink
Merge pull request #1168 from ChristianBDev/main
Browse files Browse the repository at this point in the history
Added plate in for HasKeys parameter
  • Loading branch information
GhzGarage authored Jan 24, 2025
2 parents 9898682 + ba658d9 commit e58759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/events.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ RegisterNetEvent('QBCore:Client:VehicleInfo', function(info)
local hasKeys = true

if GetResourceState('qb-vehiclekeys') == 'started' then
hasKeys = exports['qb-vehiclekeys']:HasKeys()
hasKeys = exports['qb-vehiclekeys']:HasKeys(plate)
end

local data = {
Expand Down

0 comments on commit e58759a

Please sign in to comment.