LC-Development
  • 👋Welcome to HapticCode
  • 📚Library
    • 🖥️Haptic-Lib
      • 🔧 Config
      • 📙 Usage
      • 🤝Client Functions
        • Blips
        • Items
        • Notify
        • Target
        • Peds
      • 💻Server Functions
        • Items
        • Jobs
        • Money Functions
        • Notify
  • 😇Remastered Scripts
    • 🛒 LC-Businesses
      • 🎯Job Blips
      • 💼 Duty Locations
      • ❄️ Fridges
        • Fridge Shops
        • Fridge Stashs
        • Final Step
      • 📥 Trays
      • 🍔 Drink/Fryer/Grill/Pack
      • 📦Shared Employee Stash
      • 📦Private Employee Stash
      • 📦Table Stashs
      • 🪑 Chairs
      • 💃 NPC Dancers/Strippers
      • 🎧 DJ Booths
      • 💰Cash Registers
      • 🧑Custom Animations
      • 🍔Consumables
    • 🏛️LC-Cityhall
      • 📝Config
      • 💳Licenses
  • Haptic
    • 😷 Haptic-Gangs
      • 🔧 Initial Config
      • 📚 Zone Configuration
      • 💊Drug Dealing
        • 💊 Zone Based Dealing
      • 💀Death Tracker
      • 💻Exports
      • 📝 Integrations
        • 🚑 QB-AmbulanceJob
        • 💎 QB-Jewellery
        • 💵 QB-StoreRobbery
        • 💦Rcore Integration
      • 🏗️Common Issues
    • 🔫Haptic-Ammunation
      • 📝Config
    • 💊Haptic-DrugEffects
Powered by GitBook
On this page
  1. Haptic

💊Haptic-DrugEffects

💊 Transform Your FiveM Roleplay with the Ultimate Drug Effect System! 💊 Add a whole new level of immersion and excitement to your server with our Drug Effect System. This script allows players to use drug items and experience a wide range of dynamic effects that enhance gameplay like never before!

🎮 Features:

  • Usable drug items with unique effects that bring realism to your roleplay.

  • A variety of effects included:

    • Strength Boost: Punch harder and dominate in fights.

    • Thirst Buff: Stay hydrated longer.

    • Food Buff: Feel full and energized.

    • Health Buff: Temporary health boost for risky situations.

    • Stamina Boost: Run and perform without limits.

    • Increased Run Speed: Get away (or catch up) faster!

    • Camera Shake: Feel the intensity.

    • Whiteout Effect: For that “out of it” vibe.

    • HD Focus: Sharpen your senses.

    • Drunk Effect: Experience the woozy effects of intoxication.

    • Intense Effect: Heighten your senses to the extreme.

    • Confusion: Lose yourself in the moment.

    • Out-of-Body Experience: Add surrealism to your gameplay.

🔥 Perfect for creating immersive roleplay scenarios, drug deals, and wild experiences for your players.

To add drugs with their effects simply add them into the config.

Config.DrugEffects = {
	['lcd-lsd'] = { -- <-- Drug Item Name
		Anim = 'swallowpill',
		Time = 30, -- In Seconds, Minimum Recommended = 10 Seconds
		Effects = { 
			'outofbody',
			'confusion',
			'intenseeffect',
		}
	},
}
PreviousConfig

Last updated 5 months ago