Search found 677 matches

by Night Fury
4 years ago
Forum: Scripting Help
Topic: Need help with break info
Replies: 8
Views: 8786

Re: Need help with break info

Change

Code: Select all

player = players;
To

Code: Select all

player = players[i];
by Night Fury
4 years ago
Forum: Zombie Escape 1.x
Topic: Speed boost
Replies: 10
Views: 13773

Re: Speed boost

Crimson wrote: 4 years ago not working in my zombie-escpae V2.2
L 05/03/2020 - 00:59:14: [AMXX] Load error 17 (invalid file format or version) (plugin "ze_zombie_speedboost.amxx")
Are you using our mod? If not, use it before you post any problem.
by Night Fury
4 years ago
Forum: Extra-Items
Topic: Force Field Grenade
Replies: 41
Views: 57310

Re: Force Field Grenade

i did everything correct... L 05/03/2020 - 00:55:01: [AMXX] Load error 17 (invalid file format or version) (plugin "ze_frost.amxx") L 05/03/2020 - 00:55:01: [AMXX] Load error 17 (invalid file format or version) (plugin "force_shield_grenade.amxx") Fix your compiler & make su...
by Night Fury
4 years ago
Forum: Scripting Help
Topic: Need help with break info
Replies: 8
Views: 8786

Re: Need help with break info

#include <amxmodx> #include <fakemeta> #include <hamsandwich> #define ADMIN_FLAG ADMIN_LEVEL_F public plugin_init() { register_plugin( "Breakable", "1.0", "Raheem" ); RegisterHam( Ham_TakeDamage, "func_breakable", "ham_attacked" ); } public ham_atta...
by Night Fury
4 years ago
Forum: Extra-Items
Topic: Watergun
Replies: 3
Views: 18086

Re: Watergun

Hello, This gun have a bug, It allows human to shoot his teammate, it must be restricted but it's not. so how can I fix this bug? Thanks. :) Try: #include <zombie_escape> #include <engine> #include <fun> #include <xs> #include <cstrike> #define ENG_NULLENT -1 #define EV_INT_WEAPONKEY EV_INT_impulse...
by Night Fury
4 years ago
Forum: Private Requests
Topic: [Full Mod] Request Zombie Escape Mod
Replies: 4
Views: 16130

Re: [Full Mod] Request Zombie Escape Mod

Mijk wrote: 4 years ago Can I put IP server for reference?
Send it privately to whoever is going to do it for you, but list what primary features you want.
by Night Fury
4 years ago
Forum: Private Requests
Topic: [Full Mod] Request Zombie Escape Mod
Replies: 4
Views: 16130

Re: [Full Mod] Request Zombie Escape Mod

Post full information so whoever interested knows if he's capable to do it or no.
& i'm interested xD.
by Night Fury
4 years ago
Forum: Scripting Help
Topic: I need help in plugin ze_gamemode_survivor
Replies: 4
Views: 11856

Re: I need help in plugin ze_gamemode_survivor

Try: /* survivor is human alone is human, but all is zombies, zombie not become infect become damaged mean kill, survivor have m249 + ultimate ammo + high health + glow ... etc */ #include < zombie_escape > #include < fun > #define ACCESS_ADMIN ADMIN_KICK // Variable new pcvar_chance, pcvar_health, ...
by Night Fury
4 years ago
Forum: Scripting Help
Topic: ZE Class Heal
Replies: 4
Views: 14921

Re: ZE Class Heal

ze_get_zombie_class_health(id, ze_get_current_zombie_class(id))
by Night Fury
4 years ago
Forum: Scripting Help
Topic: ZE Class Heal
Replies: 4
Views: 14921

Re: ZE Class Heal

ze_get_zombie_class_health(ze_get_current_zombie_class(id))
by Night Fury
4 years ago
Forum: Scripting Help
Topic: I need help in plugin ze_gamemode_survivor
Replies: 4
Views: 11856

Re: I need help in plugin ze_gamemode_survivor

Your server is crashing because of the infinity loop.in ze_zombie_appear forward. The round variable shouldn't have id, it should be bool ( either true or false ).
by Night Fury
4 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 77323

Re: I create nemesis plugin but not work [Help]

anyway this plugin is totally fucked up. When you are Nemesis, you cant infect, you cant kill, counting is messed up. Many errors in logs L 12/06/2019 - 18:10:02: Info (map "de_dust2") (file "addons/amxmodx/logs/error_20191206.log") L 12/06/2019 - 18:10:02: Function "cmd_ne...
by Night Fury
4 years ago
Forum: Scripting Help
Topic: [Help] With Anti Block Heli
Replies: 4
Views: 9304

Re: [Help] With Anti Block Heli

This is not semi clip plugin.This is Anti block for helicopters vechicles etc.But when i want to compiile appears this errors // C:\Users\claud\OneDrive\Desktop\HLDS\cstrike\addons\amxmodx\scripting\anti_block_all.sma(18) : error 017: undefined symbol "register_plugin" // C:\Users\claud\O...
by Night Fury
4 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 77323

Re: I create nemesis plugin but not work [Help]

Updated: 1- Added ambience. 2- Bug fixes. 3- Added countdown. 4- Added "ze_nemesis" command to set a specific player a nemesis. Code: #include <zombie_escape> // Uncomment to use custom model for nemesis // Note: This includes player model & claws //#define USE_NEMESIS_MODEL // Uncomme...
by Night Fury
4 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 77323

Re: I create nemesis plugin but not work [Help]

Wait for the next version..
by Night Fury
4 years ago
Forum: Technical Support
Topic: Darkround problem
Replies: 6
Views: 11676

Re: Darkround problem

Try this: #include <zombie_escape> #define DARKSOUND "dark/darkness.wav" #define DEFAULT_LIGHT "d" new g_pCvarRoundTime, g_pCvarMapTime, g_iRandomRoundNum, g_iRoundNum, bool:g_bDarkRoundCome public plugin_init() { register_plugin("[ZE] Darkness Round", "1.0", ...
by Night Fury
4 years ago
Forum: Public Requests
Topic: Custom Weapons menu
Replies: 6
Views: 12802

Re: Custom Weapons menu

Post what you have tried and we will help you to fix it.
by Night Fury
4 years ago
Forum: Technical Support
Topic: Darkround problem
Replies: 6
Views: 11676

Re: Darkround problem

Any errors?
Edit: provide the code.
by Night Fury
4 years ago
Forum: Tutorials
Topic: Make Extra-Item for VIPs Only
Replies: 20
Views: 36918

Re: Make Extra-Item for VIPs Only

Paste your code.