[STANDALONE] Better drug effects

A script by HitoIRL

No reviews yet.
[STANDALONE] Better drug effects main image

Full Description

Description

More realistic & customizable drug effects

Showcase

Features

  • Open-source UI
  • Predefined effects
  • No performance impact (0.00ms while effect is active)
  • Easily customizable
  • Framework independent (standalone)
  • Play videos & sounds
  • Create own effects

Important

Script doesn’t include any items. These are just effects you can start anytime by triggering event.

Config

Config = {
    pedDensity = math.random(10, 30), -- how many peds should be spawned over time
    peds = { -- peds that can be spawned when "spawnEnemies" is toggled in the effect
        -- https://docs.fivem.net/docs/game-references/ped-models/
        `cs_orleans`,
        `ig_orleans`,
        `s_m_m_movalien_01`,
        `u_m_y_juggernaut_01`,
        `u_m_y_pogo_01`,
        `u_m_y_rsranger_01`,
        `u_m_y_zombie_01`,
    },
    effects = {
        lsd = {
            timecycle = "spectator5",
            clipset = "move_f@scared",
            duration = 300000, -- milliseconds
            spawnEnemies = true, -- random peds that will be hostile against player (they have almost no damage)
            fx = {
                "Rampage",
                "RaceTurbo",
                "DMT_flight",
                "PeyoteEndIn",
            },
            shakeStrength = 0.5,
            sounds = { },
            video = "J0YZQNgkf9Y", -- only youtube video id is needed
        },
        weed = {
            timecycle = "spectator6",
            clipset = "MOVE_M@DRUNK@VERYDRUNK",
            duration = 90000,
            spawnEnemies = false,
            fx = {
                "HeistCelebEnd",
                "ChopVision",
            },
            shakeStrength = 1.0,
            sounds = { 
                "police",
            },
            video = "",
        },
        cocaine = {
            timecycle = "heathaze",
            clipset = "MOVE_M@QUICK",
            duration = 300000,
            spawnEnemies = true,
            fx = {
                "DrugsMichaelAliensFight",
                "Dont_tazeme_bro",
            },
            shakeStrength = 2.0,
            sounds = {
                "siren",
                "grain",
            },
            video = "",
        },
        meth = {
            timecycle = "heathaze",
            clipset = "MOVE_M@QUICK",
            duration = 300000,
            spawnEnemies = false,
            fx = {
                "SuccessMichael",
                "DrugsDrivingOut",
            },
            shakeStrength = 2.5,
            sounds = { },
            video = "",
        },
    }
}

Buy

Code is accessible No
Subscription-based No
Lines (approximately) 300
Requirements none
Support Yes