$45.00Oorspronkelijke prijs was: $45.00.$23.75Huidige prijs is: $23.75.
GR4CKA Enhanced Drug System – Offering complete customization and control, this system lets server owners craft a dynamic and realistic drug experience for players.
The FiveM Drug Addiction System runs smoothly with minimal dependencies, requiring only oxmysql and either ESX or QBCore. It is fully optimized for reliable performance.
πΏ Customizable Drugs: Adjust drug potency, effects, and addiction probabilities for a tailored server experience.
βοΈ Dynamic Strength Accumulation: Drugs interact to create evolving highs and lows, making each experience unique.
π Overdose Mechanics: Push the limits and risk overdosing, adding challenge and tension.
π¨ Addiction Alerts: Notify players with addiction updates through an engaging UI and visual indicators.
π Dose Dependency: Players must manage their doses carefully to avoid withdrawal symptoms.
ποΈ Immunity Display: A UI shows current drug immunity for informed decision-making.
π‘οΈ Medicine System: Create custom medicines to treat addictions and give players ways to recover.
π¬ Custom Drug Animaties: Choose from syringe, smoking, sniffing, or pill-taking animations for an immersive experience.
π§ Advanced Configuration: Fine-tune health, effects, speed, and other settings to fully customize gameplay.
π Impairments: Addiction leads to gameplay impairments like distorted vision and no sprinting, adding realism.
Config = {}
Config.DrugImmunity = 100 -- how much the player can withstand the drug acting at the same time (drugStrength)
Config.UsableDrugs = {
["marijuana"] = {
label = "Marijuana",
animation = 'smoke', -- (smoke/syringe/sniff/pill)
drugStrength = 30, -- this amount is being removed from immunity of player for effect duration time
healthEffects = {
armour = 10,
health = -10
},
addiction = {
chance = 100, -- 0-100%
time = 60 -- time until drug wears out and you need other dose (in minutes)
},
effect = {
duration = 30, -- in seconds
screenFX = "DefaultFlash",
speedMultiplier = 1.0, -- from 1.0 to 1.49
walkingStyle = "MOVE_M@DRUNK@SLIGHTLYDRUNK",
cameraShakeIntensity = 1.0,
}
},
["cocaine"] = {
label = "Cocaine",
animation = 'sniff', -- (smoke/syringe/sniff/pill)
drugStrength = 10, -- this amount is being removed from immunity of player for effect duration time
healthEffects = {
armour = 10,
health = -10
},
addiction = {
chance = 100,
time = 60 -- time until drug wears out and you need other dose (in minutes)
},
effect = {
duration = 30, -- in seconds
screenFX = "DefaultFlash",
speedMultiplier = 1.0, -- from 1.0 to 1.49
walkingStyle = "MOVE_M@DRUNK@SLIGHTLYDRUNK",
cameraShakeIntensity = 1.0,
}
},
["heroin"] = {
label = "Heroin",
animation = 'syringe', -- (smoke/syringe/sniff/pill)
drugStrength = 5, -- this amount is being removed from immunity of player for effect duration time
healthEffects = {
armour = 10,
health = -10
},
addiction = {
chance = 0,
time = 60 -- time until drug wears out and you need other dose (in minutes)
},
effect = {
duration = 180, -- in seconds
screenFX = "DefaultFlash",
speedMultiplier = 1.0, -- from 1.0 to 1.49
walkingStyle = "MOVE_M@DRUNK@SLIGHTLYDRUNK",
cameraShakeIntensity = 1.0,
}
},
["mdma"] = {
label = "MDMA",
animation = 'pill', -- (smoke/syringe/sniff/pill)
drugStrength = 5, -- this amount is being removed from immunity of player for effect duration time
healthEffects = {
armour = 10,
health = -10
},
addiction = {
chance = 0,
time = 60 -- time until drug wears out and you need other dose (in minutes)
},
effect = {
duration = 180, -- in seconds
screenFX = "DefaultFlash",
speedMultiplier = 1.0, -- from 1.0 to 1.49
walkingStyle = "MOVE_M@DRUNK@SLIGHTLYDRUNK",
cameraShakeIntensity = 1.0,
}
},
}
Config.Medication = {
["marijuana_cure"] = {'marijuana'},
["universal_cure"] = {'marijuana', 'cocaine', 'heroin' , 'mdma'}
}
Config.Translations = {
notification_header = "Dikkat",
overdose_text = "Εu anda",
overdose_highlighted_text = "AΕΔ±rΔ± Dozda",
overdose_description = "VΓΌcudunuz aldΔ±ΔΔ±nΔ±z ilaΓ§ miktarΔ±yla baΕa Γ§Δ±kamadΔ±...",
addiction_text = "Εu anda",
addiction_description = "Δ°lacΔ±n vΓΌcuttaki miktarΔ± azaldΔ±kΓ§a, kendinizi kΓΆtΓΌ hissedeceksiniz; baΔΔ±mlΔ±lΔ±ktan kurtulmak iΓ§in doΔru tΓΌrde bir tedavi almanΔ±z gerekiyor.",
}
Waarom mensen van onze producten houden
Hoogwaardige, ethisch verantwoorde producten tegen betaalbare prijzen
4.00
Gewaardeerd 4.00 van 5 gebaseerd op waarderingen van klanten.
Works well on QBCore :)
Hey Madlen, if you are not satisfied with this product, don’t worry and contact us :)
ESX need :(