Search found 27 matches

by Amnesia
1 year ago
Forum: Scripting Help
Topic: Nemesis Mod
Replies: 1
Views: 4905

Re: Nemesis Mod

didn't understand you explain.
by Amnesia
1 year ago
Forum: Scripting Help
Topic: Request: Admin Menu & Team Randomize
Replies: 0
Views: 2385

Re: Request: Admin Menu & Team Randomize

what ZE_STOP explain the problem more and what mod you are using and send sma if you have.
by Amnesia
1 year ago
Forum: Off-Topic
Topic: Break Message
Replies: 7
Views: 8941

Re: Break Message

how i can make it when someone break something show only to the admin (special flag) , a guy broke something... #include <zombie_escape> #include <engine> #define ADMIN_ACCESS ADMIN_CHAT public plugin_init() { register_plugin("Brea info","1.0","sPe3d*oN.") RegisterHam(...
by Amnesia
1 year ago
Forum: Off-Topic
Topic: Break Message
Replies: 7
Views: 8941

Re: Break Message

how i can make it when someone break something show only to the admin (special flag) , a guy broke something...
by Amnesia
1 year ago
Forum: Scripting Help
Topic: How to make put a custom death sound?
Replies: 0
Views: 2493

Re: How to make put a custom death sound?

what mod you are using?
by Amnesia
1 year ago
Forum: Scripting Help
Topic: Crouch Zm Knockback Help
Replies: 1
Views: 1827

Re: Crouch Zm Knockback Help

speak with me here maybe i can give some help ^^ -------> Amnesia ツ#9663
by Amnesia
1 year ago
Forum: Public Requests
Topic: Help me Raheem or anyone to make this plugin
Replies: 11
Views: 8652

Re: Help me Raheem or anyone to make this plugin

Amnesia wrote: 1 year ago
Z0uha1r_LK wrote: 1 year ago
Amnesia wrote: 1 year ago

xD how?
Like this:
  1. ze_resources.amxx
  2. ze_special_models.amxx
THIS WRONG:
  1. ze_special_models.amxx
  2. ze_resources.amxx
i will try it but i dont have this plugins :D
send your discord i will add you and talk there , Amnesia ツ#0003
by Amnesia
1 year ago
Forum: Public Requests
Topic: Help me Raheem or anyone to make this plugin
Replies: 11
Views: 8652

Re: Help me Raheem or anyone to make this plugin

Z0uha1r_LK wrote: 1 year ago
Amnesia wrote: 1 year ago
Z0uha1r_LK wrote: 2 years ago Use this plugin in bottom plugin-ze.ini
xD how?
Like this:
  1. ze_resources.amxx
  2. ze_special_models.amxx
THIS WRONG:
  1. ze_special_models.amxx
  2. ze_resources.amxx
i will try it but i dont have this plugins :D
by Amnesia
1 year ago
Forum: Zombie Escape 1.x
Topic: Admin menu
Replies: 8
Views: 17850

Re: Admin menu

Z0uha1r_LK wrote: 1 year ago
Amnesia wrote: 2 years ago

Code: Select all

    register_native("ze_open_admin_menu", "_ze_open_admin_menu", 1)
Error :)!
???
he is saying error there so yep!
by Amnesia
1 year ago
Forum: Public Requests
Topic: Help me Raheem or anyone to make this plugin
Replies: 11
Views: 8652

Re: Help me Raheem or anyone to make this plugin

Z0uha1r_LK wrote: 2 years ago Use this plugin in bottom plugin-ze.ini
xD how?
by Amnesia
2 years ago
Forum: Tutorials
Topic: How to Install the Mod?
Replies: 29
Views: 73098

Re: How to Install the Mod?

Kratos_RoG wrote: 2 years ago
Amnesia wrote: 2 years ago 2-Installing ReGameDLL: link not working :< fix it
it is working, try this: http://github.com/s1lentq/ReGameDLL_CS
if not then try using vpn
ReGameDLL have 2 files mate xD.
by Amnesia
2 years ago
Forum: Tutorials
Topic: How to Install the Mod?
Replies: 29
Views: 73098

Re: How to Install the Mod?

2-Installing ReGameDLL: link not working :< fix it
by Amnesia
2 years ago
Forum: Public Requests
Topic: Help me Raheem or anyone to make this plugin
Replies: 11
Views: 8652

Re: Help me Raheem or anyone to make this plugin

Here: https://www.escapers-zone.net/viewtopic.php?f=15&t=32 Not working :) It's working fine for everyone, why not working for you ? Have you faced any errors ? register_plugin("[ZE] Special Models", ZE_VERSION, AUTHORS) The error here , and i dont want ze_core 1.6 in amxmodx 1.8.2 bc...
by Amnesia
2 years ago
Forum: Public Requests
Topic: Score HUD
Replies: 12
Views: 12733

Re: Score HUD

#include <zombie_escape> // Fowards enum _:TOTAL_FORWARDS { FORWARD_NONE = 0, FORWARD_ROUNDEND, FORWARD_HUMANIZED, FORWARD_PRE_INFECTED, FORWARD_INFECTED, FORWARD_ZOMBIE_APPEAR, FORWARD_ZOMBIE_RELEASE, FORWARD_GAME_STARTED } new g_iForwards[TOTAL_FORWARDS], g_iFwReturn, g_iTeam // Tasks IDs enum { ...
by Amnesia
2 years ago
Forum: Zombie Escape 1.x
Topic: Admin menu
Replies: 8
Views: 17850

Re: Admin menu

Code: Select all

    register_native("ze_open_admin_menu", "_ze_open_admin_menu", 1)
Error :)!
by Amnesia
2 years ago
Forum: Zombie Escape 1.x
Topic: Special Models
Replies: 77
Views: 93374

Re: Special Models

Rahhem bro help ! [MAIN_CONFIG] MIN_PLAYER = 3 DEFAULT_LIGHT = d ZOMBIE_RELEASE_TIME = 10 HUMAN_FREEZE_TIME = 10 ROUND_TIME = 9 [FOG] FOG_ENABLE = 1 FOG_DENSITY = 0.0010 FOG_COLOR = 100 100 100 [HUMAN_CONFIG] HUMAN_HEALTH = 250.0 HUMAN_ARMOR = 100.0 HUMAN_GRAVITY = 1.0 HUMAN_SPEED = 250.0 [ZOMBIE_C...
by Amnesia
2 years ago
Forum: Zombie Escape 1.x
Topic: Special Models
Replies: 77
Views: 93374

Re: Special Models

Rahhem bro help ! [MAIN_CONFIG] MIN_PLAYER = 3 DEFAULT_LIGHT = d ZOMBIE_RELEASE_TIME = 10 HUMAN_FREEZE_TIME = 10 ROUND_TIME = 9 [FOG] FOG_ENABLE = 1 FOG_DENSITY = 0.0010 FOG_COLOR = 100 100 100 [HUMAN_CONFIG] HUMAN_HEALTH = 250.0 HUMAN_ARMOR = 100.0 HUMAN_GRAVITY = 1.0 HUMAN_SPEED = 250.0 [ZOMBIE_C...
by Amnesia
2 years ago
Forum: Zombie Escape 1.x
Topic: Special Models
Replies: 77
Views: 93374

Re: Special Models

Rahhem bro help ! [MAIN_CONFIG] MIN_PLAYER = 3 DEFAULT_LIGHT = d ZOMBIE_RELEASE_TIME = 10 HUMAN_FREEZE_TIME = 10 ROUND_TIME = 9 [FOG] FOG_ENABLE = 1 FOG_DENSITY = 0.0010 FOG_COLOR = 100 100 100 [HUMAN_CONFIG] HUMAN_HEALTH = 250.0 HUMAN_ARMOR = 100.0 HUMAN_GRAVITY = 1.0 HUMAN_SPEED = 250.0 [ZOMBIE_C...
by Amnesia
2 years ago
Forum: Public Requests
Topic: Admin Menu [ Make Human & Zombie ]
Replies: 5
Views: 7803

Re: Admin Menu [ Make Human & Zombie ]

Ok, I make it it's Infection Menu. This will allow admin with the specific flag in the plugin to convert: Zombie --> Human Human --> Zombie To note that you can only use the menu after zombies have been released. Also if there is only one player in one team and you try make him to another it won't ...