Khap, поменяй пожалуйста настройки на вот эти. Тут увеличена хп зомби и понижена скорость прыгучего и обычного.
Цитата:
"zm_classes"
{
"zombie_speed"
{
"classname" "Speed"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "1500"
"speed" "500.0"
"jump_height" "0"
"knockback" "4"
}
"zombie_classic"
{
"classname" "Classic"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "3000"
"speed" "300"
"jump_height" "100"
"knockback" "4"
}
"zombie_crisp"
{
"classname" "Jump"
"model" "models/player/zh/zh_charple001" // This file should also be added to the models.cfg as normal.
"health" "2000"
"speed" "250"
"jump_height" "300"
"knockback" "15"
}
}
|