Search found 677 matches

by Night Fury
7 years ago
Forum: Tutorials
Topic: How to Install the Mod?
Replies: 29
Views: 73833

Re: How to Install the Mod?

Would this help me? :D

by Night Fury
7 years ago
Forum: Trash
Topic: Parachute.
Replies: 1
Views: 3837

Parachute.

Hi, This parachute version is good to be used on all modes. Edit fall Speed from here: parachute_fallspeed 15 Edit Model from here: #define PARACHUTE_MODEL "models/NMZP_parachute.mdl" I didn't provide any model because models are on net, search & get whatever you like. Code: #include <...
by Night Fury
7 years ago
Forum: Zombie Escape 1.x
Topic: Time Presents
Replies: 7
Views: 8432

Time Presents

Hi, everyone. :) Description: This plugin will give the newly players escape coins like a gift/present when he stays certain amount of time. You can edit it as whatever you want. Edit awards from here: #define SMALL 50 #define AVERAGE 100 #define LARGE 150 Code: #include <zombie_escape> #define SMAL...
by Night Fury
7 years ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 122211

Re: VIP System

Would you try this? :) Features: Motd. /vips --> Shows online VIPs. Custom DMG. Prefix. #include <zombie_escape> #define VIP ADMIN_LEVEL_H new Pcvars[4] static const COLOR[] = "^x04" //green public plugin_init() { register_plugin("[ZE] VIP Features", "1.0", "JaCk&q...
by Night Fury
7 years ago
Forum: Extra-Items
Topic: Zombies Multi-Jump
Replies: 7
Views: 8840

Re: Double Jump.

Raheem wrote: 7 years ago The way you use to give MultiJumb not efficient. You better need to use ze_give_user_multijumb(id) native which in the VIP system or do it as in VIP system.
Not everyone uses your VIP Plugin. :mrgreen: :mrgreen:
by Night Fury
7 years ago
Forum: Extra-Items
Topic: Zombies Multi-Jump
Replies: 7
Views: 8840

Zombies Multi-Jump

Zombies Multi-Jump Description : Hello, this adds new extra item to Zombie team. Zombie can now buy multijump. Have Fun! Installation & Instructions : Simply install it like any plugin. You should install Multi-Jump Plugin so this extra-item works. Screenshots : http://www8.0zz0.com/2017/03/19/...
by Night Fury
7 years ago
Forum: Tutorials
Topic: Make Extra-Item for VIPs Only
Replies: 20
Views: 36903

Re: Make Extra-Item for VIPs Only

Also, this is just advice: if (ze_is_user_zombie(id)) return ZE_ITEM_DONT_SHOW // Player Not VIP? if (!(get_user_flags(id) & VIP_ACCESS)) return ZE_ITEM_DONT_SHOW To if (ze_is_user_zombie(id) || (!(get_user_flags(id) & VIP_ACCESS))) return ZE_ITEM_DONT_SHOW
by Night Fury
7 years ago
Forum: Tutorials
Topic: Make Extra-Item for VIPs Only
Replies: 20
Views: 36903

Re: Make Extra-Item for VIPs Only

Fix the code.
It'll show the item for normal players only.
by Night Fury
7 years ago
Forum: Extra-Items
Topic: Golden MP5
Replies: 2
Views: 5446

Re: Golden MP5

Updated.
by Night Fury
7 years ago
Forum: Extra-Items
Topic: Golden MP5
Replies: 2
Views: 5446

Golden MP5

Golden MP5 Description : Hello, :lol: :lol: :lol:, Golden MP5 is now for Zombie Escape. I'm lazy to add explain, just do like Golden AK47 says, it's similar. :P :P. Have Fun! Screenshots : http://www9.0zz0.com/2017/03/19/13/658818721.png http://www9.0zz0.com/2017/03/19/13/490408479.png Downloads : ...
by Night Fury
7 years ago
Forum: Extra-Items
Topic: Golden AK-47
Replies: 0
Views: 4090

Golden AK-47

Golden AK-47 Description : Hello, :P :P, Golden AK47 supports w_ model. Have fun :D. Cvars : ze_goldenak_dmg_multiplier <5> - Damage Multiplier for Golden Ak 47 ze_goldenak_gold_bullets <1|0> - Golden bullets effect ? ze_goldenak_custom_model <1|0> - Golden ak Custom Model ze_goldenak_unlimited_cli...
by Night Fury
7 years ago
Forum: Zombie Escape 1.x
Topic: Ice Cube
Replies: 3
Views: 5642

Ice Cube

Hello, everyone. :) Description: This plugin will show some model (ice cube) on zombies when they're frozen. Edit the models from this line: new const szIceModel[] = "models/ice_cube.mdl" Changelog : Version: 1.0 First Release. Version: 1.1 [ Current Version ] Code optimized to use ReAPI e...
by Night Fury
7 years ago
Forum: Off-Topic
Topic: Bit Maker.
Replies: 3
Views: 8229

Bit Maker.

Hello, everyone. I share away to earn money from net. What's bit maker? It's a phone app which allows the user to earn Satoshi (It's the program currency) & when you reach amount (150k as i know) of it, you get 1$. You can download from: Here . How to earn Satoshi? Check This Photo Press 255 Sat...
by Night Fury
7 years ago
Forum: Off-Topic
Topic: Welcome to Escapers-Zone :)
Replies: 2
Views: 30934

Re: Welcome to Escapers-Zone :)

Fix Rules link. :D
by Night Fury
7 years ago
Forum: Zombie Escape 1.x
Topic: Special Models
Replies: 77
Views: 93979

Re: Human Models.

Raheem wrote: 7 years ago Nice jack, But add more models for humans.
I let it free for users to add whatever they want. :P
by Night Fury
7 years ago
Forum: Zombie Escape 1.x
Topic: Special Models
Replies: 77
Views: 93979

Special Models

Special Models Description : With this plugin you will be able to add Extra-Models for the mod. So now you can change these models: [list]ADMIN/VIP Human Model ADMIN/VIP Zombie Model ADMIN/VIP Human Knife Model ADMIN/VIP Zombie Knife Model Humans Models (4 Models Available) [/size][/b][/list] Setti...
by Night Fury
7 years ago
Forum: Tutorials
Topic: Other Settings - zombie_escape.ini
Replies: 14
Views: 23708

Re: Other Settings - zombie_escape.ini

Raheem, See? Some users wanna it, i will make separate plugin for it.