Update server.lua
This commit is contained in:
@@ -20,9 +20,9 @@ AddEventHandler("taxi:chargeFullPrice", function(preco)
|
|||||||
|
|
||||||
if xPlayer.getAccount('bank').money >= preco then
|
if xPlayer.getAccount('bank').money >= preco then
|
||||||
xPlayer.removeAccountMoney('bank', preco)
|
xPlayer.removeAccountMoney('bank', preco)
|
||||||
TriggerClientEvent('esx:showNotification', _source, "Você foi cobrado pelo valor total da viagem: $" .. preco)
|
TriggerClientEvent('esx:showNotification', _source, "$" .. preco .. "were removed from your account!" )
|
||||||
else
|
else
|
||||||
TriggerClientEvent('esx:showNotification', _source, "Você não tem dinheiro suficiente para pagar a viagem!")
|
TriggerClientEvent('esx:showNotification', _source, "You do not have enough money!")
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
-- Made with ❤️ by noahpombas.ch
|
-- Made with ❤️ by noahpombas.ch
|
||||||
|
|||||||
Reference in New Issue
Block a user