Search found 2214 matches

by Raheem
3 years ago
Forum: Public Requests
Topic: Knife Menu With Lvl
Replies: 11
Views: 9080

Re: Knife Menu With Lvl

#include <zombie_escape> #include <ze_levels> // Models new const g_szKnife1[][] = { "models/dg/v_knife_griff.mdl", "models/dg/p_knife_griff1.mdl" } new const g_szKnife2[][] = { "models/dg/v_flip_t.mdl", "models/dg/p_flip_t.mdl" } new const g_szKnife3[][] = {...
by Raheem
3 years ago
Forum: Releases
Topic: Zombie Escape Releases
Replies: 295
Views: 370960

Re: Zombie Escape Releases

There was small bug detected by [mention]Luxurious[/mention], I fixed it and reuploaded the release files. Please reupdate. And sorry for this, no concentration while coding :roll:

Use also latest compiler: https://www.escapers-zone.net/viewtopic.php?f=6&t=221
by Raheem
3 years ago
Forum: Trash
Topic: BUNKER BUSTER LTD (RE-EDIT)
Replies: 6
Views: 7846

Re: BUNKER BUSTER LTD (RE-EDIT)

@raheem , maybe It can cause Crash not sure , in 3-4 Days i will write my Own Version of BUNKER BUSTER , will add that Plugin here also :) It will be great if you fixed it and posted for free. This item not well made yet although it's not hard. I can help if you need any :). Crash on Linux is cause...
by Raheem
3 years ago
Forum: Bug Reports
Topic: Server Crash ./hlds_run: line 255: 23745 Segmentation fault(core dumped) $HL_CMD
Replies: 2
Views: 4569

Re: Server Crash ./hlds_run: line 255: 23745 Segmentation fault(core dumped) $HL_CMD

Hi,

The server crash immediately once you open it? Or it crash sometimes, and if it crash sometimes what is the time between every two crashes?
Also post meta list, amxx plugins and operating system you are using.
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Custom Weapons Menu
Replies: 28
Views: 29085

Re: Custom Weapons Menu

VicKy wrote: 3 years ago Bro We Have To Add These Gun On Lvls OUrSelve Right?
No just install all plugin you find in viewtopic.php?p=7362#p7362
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Custom Weapons Menu
Replies: 28
Views: 29085

Re: Custom Weapons Menu

VicKy wrote: 3 years ago Bri where is level weapon meenu sma? In which you add these guns
Here: viewtopic.php?f=15&t=80
by Raheem
3 years ago
Forum: Trash
Topic: BUNKER BUSTER LTD (RE-EDIT)
Replies: 6
Views: 7846

Re: BUNKER BUSTER LTD (RE-EDIT)

OK thank you for sharing this. Here is the one as zombie escape extra-item: EXTRA SIGHTS.zip BUNKER-BUSTER.zip I'll test it later on Linux, and if worked I'll update the main post with these. EDIT: After testing on Linux, the plugin not working. It will crash the server due to some reasons. And even...
by Raheem
3 years ago
Forum: Releases
Topic: Linux - Full Pack [Outdated]
Replies: 63
Views: 94804

Re: Linux - Full Pack

I updated:
  • Re-HLDS
    Re-GameDLL
    AMXMODX
    Re-API
    Zombie Escape Mod
    Maps
    Addons
Now all in pack is latest versions. The pack now has 5 maps, installed for them escape progress bar.

I forget to enable reauthcheck metamod plugin, just in metamod/plugins.ini remove the semi column and it will work.
by Raheem
3 years ago
Forum: Releases
Topic: Windows - Full Pack [Outdated]
Replies: 27
Views: 50899

Re: Windows - Full Pack

I updated:
  • Re-HLDS
    Re-GameDLL
    AMXMODX
    Re-API
    Zombie Escape Mod
    Maps
    Addons
Now all in pack is latest versions. The pack now has 5 maps, installed for them escape progress bar.
by Raheem
3 years ago
Forum: Releases
Topic: Zombie Escape Compiler
Replies: 14
Views: 32506

Re: Zombie Escape Compiler

Yes you can.
by Raheem
3 years ago
Forum: Tutorials
Topic: Remove Freeze Time, Make all humans run together + Respawn
Replies: 14
Views: 26495

Re: Remove Freeze Time, Make all humans run together + Respawn

Edited ze_core.sma for version 1.6: #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_PRE, FORWARD_GAME_STARTED, FORWARD_DISCON...
by Raheem
3 years ago
Forum: Releases
Topic: Zombie Escape Compiler
Replies: 14
Views: 32506

Re: Zombie Escape Compiler

New compiler released for Mod version 1.6
by Raheem
3 years ago
Forum: News
Topic: Version 1.6 Released!
Replies: 2
Views: 5401

Version 1.6 Released!

Hello :smiley:, I'm happy to tell all Mod users that we moved to new version https://img.shields.io/badge/Version-1.6-orange , all reported bugs have been solved. And good ideas have been added. It's good to update to latest, Also you can check changes on GitHub: https://github.com/raheem-cs/Zombie-...
by Raheem
3 years ago
Forum: News
Topic: Your ideas for v1.6
Replies: 21
Views: 18190

Re: Your ideas for v1.6

Image released, this topic will be locked.
by Raheem
3 years ago
Forum: Releases
Topic: Zombie Escape Releases
Replies: 295
Views: 370960

Re: Zombie Escape Releases

Image has been released.

Changes on github: https://github.com/raheem-cs/Zombie-Esc ... its/master

It's recommended to update your version.
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Set Player Level
Replies: 12
Views: 19734

Re: Set Player Level

Its have error when i give my self lvl just lvl up and one shoot = one lvl uping and xp goes to - negative Level system NOMAX This because you use high ze_maxlevels_increment , which will result in very high max-xp that cannot be stored in a variable. To understand, in PAWN any integer number has 4...
by Raheem
3 years ago
Forum: Tutorials
Topic: How to modify your v_ models for progress bar
Replies: 2
Views: 4065

Re: How to modify your v_ models for progress bar

VicKy wrote: 3 years ago Make On players-model.amxx that on players-models.inin we can choose sny skin that have add just select name wwiht steam id?
CAn You?
https://forums.alliedmods.net/showthread.php?t=250244
by Raheem
3 years ago
Forum: Tutorials
Topic: How to modify your v_ models for progress bar
Replies: 2
Views: 4065

How to modify your v_ models for progress bar

Hello, I made video to explain how you can edit all your v_ models so progress bar plugin works correctly: https://youtu.be/H0Ped5wW-MM Downloads : Add These.zip Softwares.zip test.zip HOW TO.txt If quality is bad on youtube, download the video and watch it at your pc from here: https://drive.googl...
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Escape Progress Bar
Replies: 1
Views: 4464

Escape Progress Bar

Escape Progress Bar Description : This plugin adds simply a progress bar for every player at fixed place on player screen. This bar helps player to know if he is near to reach the end of the map or not. Idea : The idea behind is like this, as you may know that every v_ model has 1~4 places for atta...