Skip to content

Health Packs plugin made with CounterStrikeSharp for CS2

License

Notifications You must be signed in to change notification settings

exkludera/cs2-health-packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs2-health-packs

a plugin that drops health packages when players die


showcase


I could show more but I'm lazy 🐱

information:

requirements


Note

ty @heartbreakhotel from cssharp discord for distance calculation

inspired by [CS:GO] Drop Random Health Pack



example config

{
  "Settings": {
    "AlwaysDrop": false,
    "DropPercentage": 50,
    "DropDelay": 0.1,
    "HealAmount": 40,
    "MaxHealth": 100,
    "PickupDistance": 32
  },
  "Entity": {
    "Model": "models/chicken/chicken_roasted.vmdl",
    "DeleteTimer": 10,
    "DeleteIfFullHealth": true,
    "SpawnHeight": 10,
    "MaxCount": 64
  },
  "Chat": {
    "Enabled": true,
    "Prefix": "{lightred}[HealthPack]",
    "DropAnnounce": true,
    "PickupAnnounce": true
  },
  "Sounds": {
    "Enabled": true,
    "PickupSound": "sounds/buttons/blip1.vsnd",
    "PickupFailSound": "sounds/buttons/button8.vsnd"
  },
  "Debug": false,
  "ConfigVersion": 1
}


Buy Me a Coffee at ko-fi.com

About

Health Packs plugin made with CounterStrikeSharp for CS2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages