Search found 283 matches
- 2 Years Ago
- Forum: Scripting Help
- Topic: Weapons Menu over write extra items on new round.
- Replies: 15
- Views: 4986
Re: Weapons Menu over write extra items on new round.
You will need to introduce new natives on these extra weapons and this native like: user have item this mean he have it. Then in weapons menu u check if player has one of them then you append the item give. If he does not have extra item just give item with replace. How many weapons that should be ...
- 2 Years Ago
- Forum: Scripting Help
- Topic: Weapons Menu over write extra items on new round.
- Replies: 15
- Views: 4986
- 2 Years Ago
- Forum: Public Requests
- Topic: zombie ability as EXTRA ITEM
- Replies: 6
- Views: 1595
Re: zombie ability as EXTRA ITEM
yes of course Try ! /* Houndeye Zombie v0.4 By Morte -. Description: Blast player and make it fly. -. Cvars: zp_houndeye_timeblast 2.5 (Time to Blast) zp_houndeye_radius 150.0 (Blast Radius) zp_houndeye_infect_blast 0 (Blast infect players) zp_houndeye_damage 0 (Blast Damage) zp_houndeye_damage_amo...
- 2 Years Ago
- Forum: Scripting Help
- Topic: Extra items sorting
- Replies: 11
- Views: 3790
Re: Extra items sorting
Show both the whole file zombie-ini and zombie-plugin list ;Core ze_core.amxx ;Setting API / Models amx_settings_api.amxx cs_weap_models_api.amxx adminmenu.amxx ;coins related ;ze_coin_change.amxx ;doesn't work ze_coins_system.amxx debug ze_hud_info.amxx ;Mod Addons ze_block_events_messages.amxx ze...
- 2 Years Ago
- Forum: Off-Topic
- Topic: Share your server...
- Replies: 37
- Views: 33084
Re: Share your server...
https://cache.gametracker.com/server_info/5.196.159.55:27015/b_560_95_1.png IP : 5.196.159.55:27015 just a heads up for anyone that was thinking of joining this shitty server, they will force bind every button on you that they can to connect to the server without your permission. bind "'" "Connect ...
- 2 Years Ago
- Forum: Scripting Help
- Topic: Extra items sorting
- Replies: 11
- Views: 3790
Re: Extra items sorting
Edit ze_extraitems.ini [Zombie Madness] NAME = Zombie Madness COST = 50 LIMIT = 0 [Grom] NAME = Grom COST = 40 LIMIT = 0 VIP FLAG = VIP_A [Fire Nade] NAME = Fire Nade COST = 30 LIMIT = 0 [Frost Nade] NAME = Frost Nade COST = 50 LIMIT = 0 [Force Shield] NAME = Force Shield COST = 15 LIMIT = 1 VIP FL...
- 2 Years Ago
- Forum: Scripting Help
- Topic: Weapons Menu over write extra items on new round.
- Replies: 15
- Views: 4986
Re: Weapons Menu over write extra items on new round.
Can you give me example plsJack GamePlay wrote: ↑2 Years AgoCheck on round start if the player has another weapon than knife to not to give weapons, otherwise give.

- 2 Years Ago
- Forum: Scripting Help
- Topic: Extra items sorting
- Replies: 11
- Views: 3790
Re: Extra items sorting
Hi, The extra-items is sorted based on which one is first on plugins-zombie_escape.ini file. For example : ze_extra_goldenak.amxx ze_golden_mp5.amxx ze_golden_m3.amxx It will appear : Golden AK47 Golden MP5 Golden M3 If it's : ze_extra_goldenak.amxx ze_golden_m3.amxx ze_golden_mp5.amxx It will appe...
- 2 Years Ago
- Forum: Public Requests
- Topic: Extra bombs for zombies
- Replies: 9
- Views: 3402
Re: Extra bombs for zombies
it still shows it on the human extra items menu Use this one... #include < zombie_escape > #include < fakemeta > #define PLUGIN "[ZP] Extra Item: Jump Bomb" #define VERSION "1.0" #define AUTHOR "Opo4uMapy" native cs_get_user_bpammo(index, weapon) native cs_set_user_bpammo(index, weapon, amount) #de...
- 2 Years Ago
- Forum: Public Requests
- Topic: Extra bombs for zombies
- Replies: 9
- Views: 3402
Re: Extra bombs for zombies
I tried this and the jump nade shows in the extra items menu when I'm a human, and it lets me buy it also and turns into a frost nade. /* - Создание плагинов на закз: - Контакты: - Vk: http://vk.com/Opo4uMapy - ICQ: 585552410 */ #include < zombie_escape > #include < fakemeta > #define PLUGIN "[ZP] ...