Add to cart
Sale!

G4 Addiction

Original price was: $45.00.Current price is: $25.00.

-44%

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 Animations: 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.

Add to Cart
FiveM Drug Addiction Script
G4 Addiction
$45.00 Original price was: $45.00.$25.00Current price is: $25.00.

Direct Download of the FiveM Mod

  • 30 days easy returns (Money-back-Guarantee)
  • Support included
  • Fully Open Source
Guaranteed Safe Checkout

Video Preview

YouTube video

Config file

Config = {}

Config.DrugImmunity = 100 -- how much the player can withstand the drug acting at the same time (drugStrength)

Config.UsableDrugs = {
    [fusion_builder_container hundred_percent="yes" overflow="visible"][fusion_builder_row][fusion_builder_column type="1_1" background_position="left top" background_color="" border_size="" border_color="" border_style="solid" spacing="yes" background_image="" background_repeat="no-repeat" padding="" margin_top="0px" margin_bottom="0px" class="" id="" animation_type="" animation_speed="0.3" animation_direction="left" hide_on_mobile="no" center_content="no" min_height="none"]["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.",    
}

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.