A realistic poisoning and antidote system for FiveM, compatible with ESX and ox_inventory.
- 🧪 Realistic poisoning system with visual and physical effects
- 💉 Ability to poison other players or yourself
- � Progressive effects (damage, blackouts, difficult walking)
- 🧴 Antidote as the only cure
- ⚗️ Animations & sounds
- 🎚️ Fully customizable configuration
- 🖼️ 2 items with images (Poison & antidote)
The poison system comes with these carefully balanced default settings:
⏱️
damageInterval = 600000
Damage occurs every 10 minutes (600,000ms)❤️
damageAmount = 5
5 HP lost per damage tick🎲
blackoutChance = 0.5
50% chance of blackout occurring when damage is applied⏳
blackoutInterval = 600000
10 minute cooldown (600,000ms) between possible blackouts⏱️
blackoutDuration = 20000
Blackouts last 20 seconds (20,000ms)🚶
walkStyle = "move_m@drunk@slightlydrunk"
Drunk walking animation style👁️
screenEffectStrength = 0.9
Intensity of visual effects (0.0-1.0 scale)
These values can all be adjusted in the config.lua file to suit your server's needs.