Тогда получается вот так:
Код:
"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" "6"
}
"zombie_classic"
{
"classname" "Classic"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "4000"
"speed" "300"
"jump_height" "0"
"knockback" "4"
}
"zombie_heavy"
{
"classname" "Heavy"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "10000"
"speed" "180"
"jump_height" "-50"
"knockback" "0.2"
}
"zombie_crisp"
{
"classname" "Jump"
"model" "models/player/zh/zh_charple001" // This file should also be added to the models.cfg as normal.
"health" "2500"
"speed" "250"
"jump_height" "300"
"knockback" "10"
}
}
Есть предложение поставить сей вариант на пробу...