Further cleanup

This commit is contained in:
ElPumpo
2019-09-22 13:00:24 +02:00
parent 0fff512922
commit 440769caed
4 changed files with 91 additions and 152 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ end)
ESX.RegisterServerCallback('esx_barbershop:checkMoney', function(source, cb)
local xPlayer = ESX.GetPlayerFromId(source)
cb(xPlayer.get('money') >= Config.Price)
cb(xPlayer.getMoney() >= Config.Price)
end)