- Counter-Strike 1.6 / Zombie Plague [4.3] / Zombie Classes
- 2018-04-05
Зомби класс X Revenant для вашего Зомби Сервера. Данный зомби класс имеет 2 активных способности.
— Минималистичный код.
— Есть Зомби-граната.
— Лёгкая настройка класса.
— Не копия всяких Revenant'ов со всяких школо-серверов со сборкой пирога.
Способности:
— G: Вокруг зомби появляются 4 взрыва, при использовании способности, все люди в радиусе 150 юнитов (настраивается). Перезарядка 40 секунд.
— E: В указанную точку летит метеорит, при приземлении наносит урон всем людям в радиусе 100 юнитов (настраивается) от взрыва. Сам метеор пролетает все потолки (сделано для закрытых карт или если вы используете способность в какой то нычке). Перезарядка 30 секунд.
/* ~ Настройки Класса ~ */
#define ZM_CLASS_NAME "X Revenant"
#define ZM_CLASS_INFO "E > Meteor | G > Explosion"
#define ZM_CLASS_MODEL "revenant"
#define ZM_CLASS_CLAW "v_revenant.mdl"
#define ZM_CLASS_GRENADE "models/zombie_plague/v_bomb_revenant.mdl"
#define ZM_CLASS_HEALTH 3200
#define ZM_CLASS_SPEED 240
#define ZM_CLASS_GRAVITY 0.88
#define ZM_CLASS_KNOCKBACK 1.23
/* ~ Способности ~ */
#define ZM_CLASS_EXPLOSIONS_WAIT 40.0 // Сколько до след. использования способности Взрывы
#define ZM_CLASS_EXPLOSIONS_RADIUS 150.0 // Радиус Взрыва
#define ZM_CLASS_EXPLOSIONS_DAMAGE random_float(70.0, 90.0) // Урон от Взрыва
#define ZM_CLASS_METEOR_WAIT 30.0 // Сколько до след. использования способности Метеор
/* ~ Работа с Entity ~ */
#define ENTITY_METEOR_CLASSNAME "ent_meteor" // Класснейм метеора
#define ENTITY_METEOR_MODEL "models/w_hiddentail.mdl" // Модель метеора
#define ENTITY_METEOR_SPEED -500.0 // Чтобы падал вниз, нужна минусовая скорость
#define ENTITY_METEOR_RADIUS 100.0 // Радиус взрыва метеора
#define ENTITY_METEOR_DAMAGE random_float(50.0, 70.0) // Урон от метеора
%25
Discount on all purchases
builds until September 16, 2024
Especially for you - Гость
Buy an assembly
[CS 1.6] Weapon Model - Ethereal Xmas
one of the best p90 models, we had on the server. ++
[CS 1.6] Knife Model - Xmas Candy Axe
nice xmas model
[CS 1.6] Weapon Model - White Railcannon Xmas
Nice model thanks
[CS 1.6] Weapon Model - Royale Dragon M4a1
Nice model thanks
[ZP] Zombie Class - Revenant Raving (Переделка Fire)
happy to hear that from you ! enjoy
ReHLDS (Reverse-engineered) - this is a new step forward that gives a second wind to our servers. ReHLDS works 2 times faster than HLDS.
AMXModX is a Metamod add-on that allows you to create new modifications for Half-Life in the Pawn language
Reunion is a continuation of Dproto for ReHLDS. This is a metamod plugin that allows you to log into the 47/48 Non-Steam server.
Revoice is a Metamod plugin that allows voice chat between non-steam and steam clients.
The new Metamod-r contains a huge number of performance optimizations and much cleaner code. The kernel was written using a JIT compiler.
Ultimate Unprecacher is a plugin for MetaMod, it works on the principle of disabling unnecessary resources on your server, thereby you can free up space for resources for your plugins, using this module you can get rid of error 512!
ReAuthCheck - this is a Metamod plugin that checks your players for validity, with this module for REHLDS you can protect your server from bots that constantly spam ads or simply clog up a slot on the server!
NetBufExtender or NBEX - This is a metamod plugin that expands the пїЅInternet bufferпїЅ: server and client buffers (not 100% guaranteed). Expands up to 64 kb. This means that players are less likely to be kicked with the error "Reliable channel overflowed"".
UINO пїЅ metamod plugin that allows you to remove unnecessary fields from userinfo(setinfo) when the engine passes it to other players on the server. This measure reduces the amount of data transferred and slightly reduces the chance of being kicked with "Reliable channel overflowed".