[ESX/Paid] D2D-AdvancedDrugs | 9 different types of effects with fully customisable config

A script by DareToDoyle

No reviews yet.
[ESX/Paid] D2D-AdvancedDrugs | 9 different types of effects with fully customisable config main image

Price

Unknown

Full Description

Introducing D2D-AdvancedDrugs! If you’ve ever wanted indepth and extremely customisable drug effects this might be the script for you.

Before I show you the features I completley understand that drug scripts have been done a thousand times, but with the effects that I have included I think mine stands out from the rest.

Features
  • All effects are managed through the config.lua and can be changed at any time.
  • Discord logs so you can see the drug usage.
  • Addiction feature that punishes players who take a lot of drugs.
  • Changeable notification system and translations.
  • 0.00MS Idle | 0.01MS Active
Effects
  • Driving - Make the car have a chance to perform random movements that imitate drunk driving.
  • Screen Effects - Choose what effect you want the players screen to have.
  • Blackout - Make the player have a chance to blackout for a set period of time.
  • Status - Apply/Remove Health, Armour, Hunger or Thirst (esx_basicneeds needed for Hunger/Thirst).
  • Ragdoll - Make the player have a chance of falling over temporally.
  • Animation - Smoke | Sniff | Inject
  • Speed - Minimum 0.00 | Maximum 10.00
  • Walk - Alien | Drunk | Armoured.
  • Camera - Shake the players camera.

Full Preview and Demonstration of effects [Click Me]

Purchase on Tebex (open source available): Here

Here is a snippet of the config.lua below:

D2D.Drugs = {
    ["DrugNameHere"] = {
	    Animation = {enabled = true,      type = "smoke"},
        Speed = {enabled = true,          speedIntensity = 3.20,            effectDuration = 30},
        Walk = {enabled = true,           type = "alien",                   effectDuration = 30},
        Camera = {enabled = true,         cameraIntensity = 0.8,            effectDuration = 30},
        ScreenFX = {enabled = true,       screenColour = "DMT_flight",      effectDuration = 30},
        Driving = {enabled = true,        drivingChance = 4,                mistakeIntensity = 2,        effectDuration = 30},
		Ragdoll = {enabled = true,        ragdollChance = 10,               floorDuration = 1,           effectDuration = 30},
		FadeOut = {enabled = true,        fadeChance = 15,                  fadeDuration = 1,            effectDuration = 30},
        Status = {enabled = true,         armour = 20,        health = -10,        thirst = 20,        hunger = -50}
    }
}

D2D.Addiction = {                      -- MINUTES --   -- SECONDS --  -- SECONDS --
    {enabled = true, amountNeeded = 5, addictionTimer = 3, delay = 15, blackoutTime = 2} -- In this example 5 drugs are needed to get addicted. The player will have 2 second blackouts every 15 seconds for 3 minutes.
}

There is a full guide on what each element inside of the table does and what variables are available. Due to the complexity of the config.lua I will offer complete support in getting the script set up for you.

If you have any ideas for new effects or improvements of the script please let me know and I will be more than happy to look further into it :slight_smile:

Enjoy.

Code is accessible Client/Server is protected. Config fully accessible.
Subscription-based No
Lines (approximately) 450
Requirements es_extended and esx_basicneeds for Thirst/Hunger
Support Yes

Config Merger
Have you tried Config Merger? Merge your configs easily