Update esx_jobs_sv.lua

This commit is contained in:
Don
2017-08-21 20:30:52 -07:00
committed by GitHub
parent 92c4c73f14
commit 72bdade045
+1 -1
View File
@@ -66,7 +66,7 @@ local function Work(source, item)
elseif item[i].requires ~= "nothing" and requiredItemQtty <= 0 then
TriggerClientEvent('esx:showNotification', source, _U('not_enough') .. item[1].requires_name .. _U('not_enough2'))
else
if item[i].name ~= "Livraison" then
if item[i].name ~= _U('delivery') then
-- Chances to drop the item
if item[i].drop == 100 then
xPlayer.addInventoryItem(item[i].db_name, item[i].add)