Search found 677 matches

by Night Fury
3 years ago
Forum: Technical Support
Topic: problem client_print in print_center appear just => %s
Replies: 8
Views: 8849

Re: problem client_print in print_center appear just => %s

Check if the .txt file exists in the data/lang.
by Night Fury
3 years ago
Forum: Zombie Escape 1.x
Topic: Zombie Health Bar
Replies: 18
Views: 18571

Re: Zombie Health Bar

by Night Fury
3 years ago
Forum: Public Requests
Topic: [ReQ] New Idea (Armor)
Replies: 38
Views: 35849

Re: [ReQ] New Idea (Armor)

Just make sure you have the required flags cause it's working fine for me and everyone else using it I think.
If you can, post any errors.
by Night Fury
3 years ago
Forum: Zombie Escape 1.x
Topic: Zombie Health Bar
Replies: 18
Views: 18571

Re: Zombie Health Bar

Can any one make it for human? Try: #include <zombie_escape> #define PLUGIN "[ZE] Addon: Show Health Bar" #define VERSION "1.0" #define AUTHOR "ZE DEV TEAM" new const healthbar_spr[] = "sprites/zb_healthbar.spr" new g_playerbar[33] , g_isAlive[33] new g_playe...
by Night Fury
3 years ago
Forum: Public Requests
Topic: Zombie class conversion
Replies: 8
Views: 7902

Re: Zombie class conversion

DeVil_Raghav wrote: 3 years ago can you make this for zombie escape sv :)
What do you mean?
It's already for the mod.
by Night Fury
3 years ago
Forum: Zombie Escape 1.x
Topic: Bunche of zombie classes
Replies: 34
Views: 45104

Re: Bunche of zombie classes

DeVil_Raghav wrote: 3 years ago I am getting error in this code of banshee zombie class for zombie escape server may be I am doing it wrong please help

THANK YOU :)
What's the error exactly?
Paste it here so we can help.
by Night Fury
3 years ago
Forum: Zombie Escape 1.x
Topic: Zombie classes
Replies: 46
Views: 67390

Re: Zombie classes

In order for it to work, You have to add at least one zombie class regardless of the default class.
by Night Fury
3 years ago
Forum: Public Requests
Topic: [ReQ] New Idea (Armor)
Replies: 38
Views: 35849

Re: [ReQ] New Idea (Armor)

DeVil_Raghav wrote: 3 years ago Hi guys, this plugin is not working with my sv, still get infected by 1 hit
Do you have the required flags?
by Night Fury
3 years ago
Forum: Releases
Topic: Zombie Escape Releases
Replies: 295
Views: 368585

Re: Zombie Escape Releases

The mod requires AMXMODX 183 in order to work. Compile the plugins locally using version 183.
by Night Fury
3 years ago
Forum: Private Requests
Topic: protection against cheat
Replies: 7
Views: 9271

Re: protection against cheat

As far as i know you can't.
by Night Fury
3 years ago
Forum: Private Requests
Topic: protection against cheat
Replies: 7
Views: 9271

Re: protection against cheat

Sorry for late reply. So the main thing you have to do is you add a hash/salt that's being used to generate steamids. SteamIdHashSalt = Basically, with this salt/hash you ensure that all steamids are being generated by your reunion. You have to add 16+ chars at least in order for it to work, doesn't...
by Night Fury
3 years ago
Forum: Private Requests
Topic: protection against cheat
Replies: 7
Views: 9271

Re: protection against cheat

Plugins can't stop such type of cheat. However, you can easily stop it via the emulator you're using that allows illegible players to join your server (either reunion or dproto or whatever you're using). If you can't configure it, post your .cfg file here.
by Night Fury
3 years ago
Forum: Trash
Topic: Anti Block Entity Plugin
Replies: 5
Views: 7346

Re: Anti Block Entity Plugin

You can switch to our mod which is based on ReHLDS.
by Night Fury
3 years ago
Forum: Extra-Items
Topic: Laser Minigun
Replies: 7
Views: 12581

Re: Laser Minigun

BandiT wrote: 3 years ago Can someone make it to be for all players ?
You can just use vip_z. However, VIp players won't be able to buy that.
You can do this to allow players & VIPs
VIP_Z|VIP_A
You can add as many defined flags as you want. Join them with |
by Night Fury
3 years ago
Forum: Trash
Topic: Anti Block Entity Plugin
Replies: 5
Views: 7346

Re: Anti Block Entity Plugin

The best solution is rehlds. Other solutions would be the same as the plugin you used.
by Night Fury
4 years ago
Forum: Releases
Topic: Zombie Escape Releases
Replies: 295
Views: 368585

Re: Zombie Escape Releases

pirate228 wrote: 4 years ago version 1.5
10. Fixed round restart on player join as Dead T.
now player joins as Dead CT or Dead T. not fixed fix it
I'm using the mod & never happened.
Do you get any errors?
by Night Fury
4 years ago
Forum: Extra-Items
Topic: Ethereal
Replies: 21
Views: 32864

Re: Ethereal

Post your .inc file
My Discord: Fury#0823
What is hl2go?!
by Night Fury
4 years ago
Forum: Extra-Items
Topic: Ethereal
Replies: 21
Views: 32864

Re: Ethereal

//AMXXPC compile.exe // by the AMX Mod X Dev Team //// ze_extra_vip_ethereal.sma // // C:\Users\CHATTI\Desktop\CS 1.6\Scripting\amxmodx 1.8.3 Zombie Escape\scripting\include\amx_settings_api.inc(2) : error 021: symbol already defined: "amx_load_setting_string_arr" // C:\Users\CHATTI\Deskt...
by Night Fury
4 years ago
Forum: Trash
Topic: Nemesis round for zombie swarm 2.4
Replies: 3
Views: 5176

Re: Nemesis round for zombie swarm 2.4

We currently don't support any other modes but ZE.
Are you using it?
by Night Fury
4 years ago
Forum: Scripting Help
Topic: Need help with break info
Replies: 8
Views: 8751

Re: Need help with break info

/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <engine> #include <hamsandwich> #define PLUGIN "[ZP] Plugin: Show Button Pressed" #define VERSION "1.0" #define AUTHOR "[P]erfec[T] [S]cr[@]s[H]" #define ADMIN_FLAG ADMIN_SLAY new anti_flood_last_ent[33]...