mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Fixed benzon typo
This commit is contained in:
+1
-1
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user