Fixed benzon typo

This commit is contained in:
ElPumpo
2020-01-20 13:21:13 +01:00
parent b011cd8fd5
commit 17b19893c9
+1 -1
View File
@@ -76,7 +76,7 @@ TriggerEvent('es:addGroupCommand', 'giveaccountmoney', 'admin', function(source,
if amount then
if account == 'cash' then
xPlayer.addMoney(amount)
else if xPlayer.getAccount(account) then
elseif xPlayer.getAccount(account) then
xPlayer.addAccountMoney(account, amount)
else
TriggerClientEvent('esx:showNotification', source, _U('invalid_account'))