Update multi-language support

Update multi-language support
This commit is contained in:
Don
2017-08-22 01:58:44 -07:00
parent 72bdade045
commit b3036dbeff
11 changed files with 279 additions and 195 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ RegisterServerEvent('esx_jobs:giveBackCautionInCaseOfDrop')
AddEventHandler('esx_jobs:giveBackCautionInCaseOfDrop', function()
local _source = source
local xPlayer = ESX.GetPlayerFromId(_source)
TriggerEvent('esx_addonaccount:getAccount', 'caution', xPlayer.identifier, function(account)
local caution = account.money
account.removeMoney(caution)