esx_drugta kenevir toplamaya calışınca animasyonda olmuyor aynı zamanda hata veriyor hata ekte ve 71. satır ise
67 ESX.RegisterServerCallback('esx_drugs:canPickUp', function(source, cb, item)
68 local xPlayer = ESX.GetPlayerFromId(source)
69 local xItem = xPlayer.getInventoryItem(item)
70
71 if xItem.weight ~= 1 and xItem.count >= xItem.weight then
72 cb(false)
73 else
74 cb(true)
75 end
76 end)
67 ESX.RegisterServerCallback('esx_drugs:canPickUp', function(source, cb, item)
68 local xPlayer = ESX.GetPlayerFromId(source)
69 local xItem = xPlayer.getInventoryItem(item)
70
71 if xItem.weight ~= 1 and xItem.count >= xItem.weight then
72 cb(false)
73 else
74 cb(true)
75 end
76 end)
