Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Question How do I put the rprogress in esx_drugs

leoth

Member
Joined
Jun 10, 2022
Messages
1
Reaction score
0
Points
146
Location
Afghanistan
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)
 
Top