feat(esx_barbershop): Reason for removing money

This commit is contained in:
Mycroft
2022-09-09 22:28:23 +01:00
parent 159ec7712b
commit f96145a84e
+1 -1
View File
@@ -3,7 +3,7 @@ AddEventHandler('esx_barbershop:pay', function()
local source = source
local xPlayer = ESX.GetPlayerFromId(source)
xPlayer.removeMoney(Config.Price)
xPlayer.removeMoney(Config.Price, "Haircut")
TriggerClientEvent('esx:showNotification', source, _U('you_paid', ESX.Math.GroupDigits(Config.Price)))
end)