Search found 27 matches

by shady101852
5 years ago
Forum: Extra-Items
Topic: VIP Extra Item: CSO Salamander
Replies: 6
Views: 15464

VIP Extra Item: CSO Salamander

Description: This is a converted CSO Human extra item. It is a weapon that shoots out fire, so a flamethrower. Installation & Instructions: Simply install it like any plugin and don't forget to copy the resources. Screenshots: https://steamuserimages-a.akamaihd.net/ugc/945085779267601045/CAE2B8...
by shady101852
5 years ago
Forum: Extra-Items
Topic: Guillotine
Replies: 8
Views: 14594

Re: Guillotine

this item goes right through the zombies & does not seem to be doing any damage, is it supposed to be this way? Fixed to make damage on zombie #include <zombie_escape> #include <engine> #include <fakemeta_util> #include <cstrike> #include <fun> #define PLUGIN "Blood-Dripper" #define V...
by shady101852
5 years ago
Forum: Extra-Items
Topic: Tactical Knife / Throwing Knives!
Replies: 5
Views: 9051

Re: Tactical Knife / Throwing Knives!

Mark wrote: 5 years ago Update 1.1 First post aswell as download.

Damage on zombies not working now fixed!
works great thanks
by shady101852
5 years ago
Forum: Extra-Items
Topic: [CSO] Extra Item: Vulcanus-1
Replies: 22
Views: 32713

Re: [CSO] Extra Item: Vulcanus-1

lol.... pay attention to the reload and especially the sounds at the end (also watch in HD) :joy:

https://www.youtube.com/watch?v=gSJ6ohG ... e=youtu.be
by shady101852
5 years ago
Forum: Extra-Items
Topic: Tactical Knife / Throwing Knives!
Replies: 5
Views: 9051

Re: Tactical Knife / Throwing Knives!

can this be added to the extra item menu? I tried to use it but was unable to.
by shady101852
5 years ago
Forum: Zombie Escape 1.x
Topic: Press Button Info
Replies: 31
Views: 39474

Re: Press Button Info

We can add delay but won't be useful as maybe one close door and not printed on chat. If you have good idea for limiting this, let me know. If a player presses a button 2 times in a duration of 5 seconds, block the rest of his button messages for the next 5 seconds. Example: I open a door, then i c...
by shady101852
5 years ago
Forum: Zombie Escape 1.x
Topic: Chat Prefix
Replies: 61
Views: 66344

Re: Chat Prefix

is there a version of this without the levels? I only wanted it for the [human] / [zombie] tag since I don't use the levels system. Also how would we make it detect the flag VIP_A and get the prefix [VIP] for vip players? (instead of adding a prefix for each vip manually)
by shady101852
5 years ago
Forum: Public Requests
Topic: [ReQ] Instead of VIP System.
Replies: 4
Views: 5213

Re: [ReQ] Instead of VIP System.

I actually need something like this for the main menu. How it will look on the menu: 2. Buy Extra Items - [VIP] Extra Items - Extra Items and inside the vip submenu will be the vip only extra items, and on the other one non-vip ones. Can anyone do this? The reason I need it is because I'd prefer to ...
by shady101852
5 years ago
Forum: Extra-Items
Topic: Guillotine
Replies: 8
Views: 14594

Re: Guillotine

this item goes right through the zombies & does not seem to be doing any damage, is it supposed to be this way?
by shady101852
5 years ago
Forum: Public Requests
Topic: Teleport Zombie and Robot zombie (Z-Noid)
Replies: 11
Views: 12229

Re: Teleport Zombie and Robot zombie (Z-Noid)

the codes compile fine, the error is from the server console when you type amxx plugins. Or from server error logs. Load fails: Plugin uses an unknown function (name "ze_set_next_zombie_class") - check your modules.ini. Then go to your code & find that native & replace it with thi...
by shady101852
5 years ago
Forum: Scripting Help
Topic: Extra items sorting
Replies: 11
Views: 11604

Re: Extra items sorting

Mark thanks for helping me figure it out it seems i had a duplicate of the plugins list and it was causing problems
by shady101852
5 years ago
Forum: Scripting Help
Topic: Extra items sorting
Replies: 11
Views: 11604

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...
by shady101852
5 years ago
Forum: Scripting Help
Topic: vip glow
Replies: 3
Views: 4413

Re: vip glow

thanks it worked
by shady101852
5 years ago
Forum: Scripting Help
Topic: Extra items sorting
Replies: 11
Views: 11604

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...
by shady101852
5 years ago
Forum: Scripting Help
Topic: vip glow
Replies: 3
Views: 4413

Re: vip glow

I will try it when I get home thanks
by shady101852
5 years ago
Forum: Scripting Help
Topic: vip glow
Replies: 3
Views: 4413

vip glow

I copied the code for the leader glow into the vip system plugin and modified the names of the cvars etc. The glow works when im alone in the server but after another player joins my glow is removed after a round restart. Does anyone know what I need to do to keep the glow? below is the code minus t...
by shady101852
5 years ago
Forum: Off-Topic
Topic: Share your server...
Replies: 37
Views: 102208

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 "'"...
by shady101852
5 years ago
Forum: Zombie Escape 1.x
Topic: Press Button Info
Replies: 31
Views: 39474

Re: Press Button Info

#include <zombie_escape> #define PLUGIN "Button Info" #define AUTHOR "SeRious_SaM" #define VERSION "1.0" #define ADMIN_CHECK ADMIN_KICK //Flag C new g_iMaxPlayers public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) RegisterHam(Ham_Use,"func_button"...
by shady101852
5 years ago
Forum: Scripting Help
Topic: Extra items sorting
Replies: 11
Views: 11604

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...
by shady101852
5 years ago
Forum: Scripting Help
Topic: Extra items sorting
Replies: 11
Views: 11604

Re: Extra items sorting

Update:

Image

  1. ;Human Extra Items
  2. ze_fire.amxx
  3. ze_frost.amxx
  4. ze_extra_fire_nade.amxx
  5. ze_extra_frost_nade.amxx
  6. force_shield_grenade.amxx ;vip