Page 1 of 1

[CS:GO/ZP] Addons: Zombie Skills 2.0.0

Posted: Thu Jan 23, 2020 1:59 pm
by Andreeas
This plugin make skills for default zombies
  • Healing
    Fastrun
    Madness
    Invisible
This plugin is tested on the following Sourcemod & Metamod Versions.
  • Metamod:Source : 1.10.6
    SourceMod : 1.7.3
    Zombie Plague: 4.5 only
Install plugin and open

Code: Select all

./sourcemod/zombieplague/zp_zombieclasses.ini
You must add 'skillduration' and 'skillcooldown' for each zombie

Code: Select all

"ZOMBIECLASSES_DATA"
{
    "zombie_1"
    {
        "name"            "Girl"
        "modelpath"        "models/player/custom_player/cso2_zombi/zombie"
        "clawpath"        "models/zombie/normal_f/hand/hand_zombie_normal_f"
        "health"        "4000"
        "speed"            "1.0"
        "gravity"        "0.9"
        "female"        "1"
        "vip"            "0"
        "skillduration" "0"
        "skillcooldown"    "20"
    }
    "zombie_2"
    {
        "name"            "Fast"
        "modelpath"        "models/player/custom_player/cso2_zombi/police"
        "clawpath"        "models/zombie/normalhost_female/hand/hand_zombie_normalhost_f"
        "health"        "3000"
        "speed"            "1.1"
        "gravity"        "0.8"
        "female"        "1"
        "vip"            "0"
        "skillduration" "10"
        "skillcooldown"    "20"
    }
    "zombie_3"
    {
        "name"            "Tank"
        "modelpath"        "models/player/vad36CSO2/sherif_fix"
        "clawpath"        "models/zombie/normal/hand/hand_zombie_normal_fix"
        "health"        "8000"
        "speed"            "0.9"
        "gravity"        "1.0"
        "female"        "0"
        "vip"            "0"
        "skillduration" "10"
        "skillcooldown"    "10"
    }
    "zombie_4"
    {
        "name"            "Psyh"
        "modelpath"        "models/player/custom_player/cso2_zombi/normalhost"
        "clawpath"        "models/zombie/normalhost/hand/hand_zombie_normalhost"
        "health"        "7000"
        "speed"            "1.2"
        "gravity"        "0.8"
        "female"        "0"
        "vip"            "1"
        "skillduration" "10"
        "skillcooldown"    "10"
    }
} 
NOTE: If you want disable skill put --- skillduration = 0 and skillcooldown = 0