Skip to content

Commit

Permalink
fix(client): close impound if no vehicles
Browse files Browse the repository at this point in the history
  • Loading branch information
renzuzu committed Oct 25, 2021
1 parent 37ed948 commit 40c2588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2087,6 +2087,7 @@ function OpenImpound(id)
DeleteEntity(LastVehicleFromGarage)
end
else
CloseNui()
TriggerEvent('renzu_notify:Notify', 'info','Garage', 'You dont have any vehicle in this garage')
end

Expand Down

0 comments on commit 40c2588

Please sign in to comment.