Page 1 of 1

[CS:GO] ZombieDecapitation

Posted: Fri Jan 24, 2020 10:02 am
by Andreeas
Description

This plugin allows players to decapitate each other via headshots, knifes and grenades. When player's health is lower than the threshold (2000 hp by default), you can headshot him and he will be beheaded. Knock back for headless zombies is lower (because they have no head hitbox) so it is an extra chance for zombies with low hp to infect humans. There is also an option for knife crit, so you can decapitate even full hp zombies, dealing them a lot of extra damage.

Configuration

Main config file can be found here: csgo/cfg/sourcemod/ZombieDecapitation.cfg

You also need to configure your models in csgo/cfg/sourcemod/ZombieDecapitation_models.txt

Example:
Code:

Code: Select all

"example"
	{
		"basemodel" "models/player/custom_player/kodua/wb1/wb1.mdl"
		"headlessmodel" "models/player/custom_player/kodua/wb1/wb1_hs.mdl"
		"headmodel" "models/player/custom_player/kodua/wb1/wb1_head.mdl"
	}

Download