- Counter-Strike 1.6 / Zombie Plague [4.3] / Extra items
- 2019-05-05
Новый гарпун под названием Stinger из игры Counter-Strike Online. Данное оружие имеет очень необычную физику, а именно, это оружие стреляет стрелами, которые хорошо отталкивают противника, после чего могут взорваться и нанести ещё немного урона. Данное оружие имеет в магазине целых 3 стрелы, которые можно выпустить без перезарядки. Также стрелы взрываются сами через 2 секунды, 1.2 секунды после попадания в жертву/стену или моментально при нажатии ПКМ (Правая кнопка мыши). Также, при взрыве, жертву или вас подкидывает чуть чуть вверх. С помощью данного оружия можно забираться в трудно забираемые точки на картах.
- Имеет 2 версии: ZP (Extra + Native) и Non-ZP (Native)
- Присутствует Native для выдачи
- Присутствует WeaponList
/* ~ [ Extra Item ] ~ */
new const WEAPON_ITEM_NAME[] = "Stinger";
const WEAPON_ITEM_COST = 0;
/* ~ [ Weapon Settings ] ~ */
new const WEAPON_REFERENCE[] = "weapon_m249";
new const WEAPON_WEAPONLIST[] = "x/weapon_speargunm";
new const WEAPON_NATIVE[] = "zp_give_user_speargunm";
new const WEAPON_MODEL_VIEW[] = "models/x/v_speargunm.mdl";
new const WEAPON_MODEL_PLAYER[] = "models/x/p_speargunm.mdl";
new const WEAPON_MODEL_WORLD[] = "models/x/w_speargunm.mdl";
new const WEAPON_SOUND_FIRE[] = "weapons/speargunm-1.wav";
new const WEAPON_SOUND_EMPTY[] = "weapons/speargunm_empty.wav";
const WEAPON_SPECIAL_CODE = 2019;
const WEAPON_BODY = 0;
const WEAPON_MAX_CLIP = 3;
const WEAPON_DEFAULT_AMMO = 30;
const Float: WEAPON_RATE = 0.88;
new const iWeaponList[] = { 3, WEAPON_DEFAULT_AMMO,-1, -1, 0, 4, 20, 0 };
/* ~ [ Entity ] ~ */
new const ENTITY_REFERENCE[] = "info_target";
new const ENTITY_CLASSNAME[] = "ent_spearm";
new const ENTITY_MODEL[] = "models/x/spearm.mdl";
new const ENTITY_EXPLODE_MODEL[] = "models/x/spearm2.mdl";
new const ENTITY_EXPLODE_SPRITE[] = "sprites/fexplo.spr";
new const ENTITY_TRAIL_SPRITE[] = "sprites/laserbeam.spr";
const Float: ENTITY_SPEED = 2000.0; // Max value 2000
const Float: ENTITY_KNOCKBACK = 1500.0;
const Float: ENTITY_KNOCK_EXP = 225.0;
const Float: ENTITY_DAMAGE = 250.0;
const Float: ENTITY_RADIUS_EXP = 100.0;
#define ENTITY_DAMAGE_EXP random_float(250.0, 400.0)
Donate you can do to the author xUnicorn, a gift in the form of a donation to his electronic piggy bank ;)
%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".