feat(esx_garage): Reasons for account changes

This commit is contained in:
Mycroft
2022-09-10 00:44:50 +01:00
parent 9d21e979da
commit 11fac41fd5
+1 -1
View File
@@ -129,7 +129,7 @@ AddEventHandler("esx_garage:payPound", function(amount)
local xPlayer = ESX.GetPlayerFromId(source)
if xPlayer.getMoney() >= amount then
xPlayer.removeMoney(amount)
xPlayer.removeMoney(amount, "Impound Fee")
xPlayer.showNotification(_U('pay_Impound_bill', amount))
else
xPlayer.showNotification(_U('missing_money'))