Показать сообщение отдельно
Старый 02.10.2007, 01:02   #7
khap
Химера
 
Аватар для khap
 
Регистрация: 02.12.2006
Адрес: Москва
Имя: Хохлов Александр Павлович
Сообщений: 7,176
Поблагодарил(а): 1,328
Получил(а): 2,004 "Спасибо" за 841 сообщений
Сказал(а) Фууу!: 23
Сказали Фууу! 2 раз(а) в 2 сообщениях
Репутация: 2004 khap за гранью репутацииkhap за гранью репутацииkhap за гранью репутацииkhap за гранью репутацииkhap за гранью репутацииkhap за гранью репутацииkhap за гранью репутацииkhap за гранью репутацииkhap за гранью репутацииkhap за гранью репутацииkhap за гранью репутации
Награды (1) Ветеран Полигона4 
В этой версии ЗМ появился интересный файлик zombie_classes.cfg с содержимым:
Цитата:
//=========== (C) Copyright 2007 Zombie.com. All rights reserved. ===========


// Classes will be disabled if this file is corrupt. Or if there is no zombie_classic class which is a new players default.
// Use server command zombie_listclasses to see successfully loaded classes.

// classname Must exist.
// model Must exist exactly like this in the models.cfg or this class will be skipped.
// health Health for this class. Is doubled if they are the first zombie.
// speed Speed for this class.
// jump_height This is an added upwards velocity applied during a jump. 0 is normal jump.
// knockback Knockback for this class.

"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" "500"
"speed" "500.0"
"jump_height" "0"
"knockback" "4"
}
"zombie_infected"
{
"classname" "Infected"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "1000"
"speed" "275"
"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" "2500"
"speed" "325"
"jump_height" "100"
"knockback" "4"
}
"zombie_crisp"
{
"classname" "Crisp"
"model" "models/player/zh/zh_charple001" // This file should also be added to the models.cfg as normal.
"health" "2000"
"speed" "275"
"jump_height" "300"
"knockback" "0"
}
"zombie_poison"
{
"classname" "Poison"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "2000"
"speed" "200"
"jump_height" "400"
"knockback" "2"
}
"zombie_deformed"
{
"classname" "Deformed"
"model" "models/player/zh/zh_zombie003" // This file should also be added to the models.cfg as normal.
"health" "4000"
"speed" "200"
"jump_height" "100"
"knockback" "6"
}
}
Ну и конечно в чате можно набрать !zhelp и получить какую-то справку по возможностям.
__________________
C уважением, Завхоз.

Если в детстве у тебя не было велосипеда, а теперь у тебя Бентли, то все равно в детстве у тебя велосипеда НЕ БЫЛО!!!
"Если ты думаешь, что справедливость победила, попробуй убедить в этом побежденных." (с) Сян-Цзы
У будильников очень странное понятие о гравитации – они всегда падают в стену...
"Если можешь не писать - не пиши" (c) Э.Хемингуэй
Онлайн игры - шашки, Нарды, Реверси, Шахматы
khap вне форума   Ответить с цитированием