leoth
Member
This script gives me an error in esx_drugs, how can I put the rprogress with an animation in esx_drugs please help
AddEventHandler('esx_drugs:startHarvest', function(drug)
local _source = source
PlayersHarvesting[_source] = true
Drug[source] = drug
Harvest(_source, drug)
--TriggerClientEvent('esx:showNotification', _source, _U('pickup_in_prog'))
exports.rprogress:Custom({
Type = 'linear'
Duration = 3000,
Width = 400,
Height = 50,
y = 0.75
})
end)