Search found 2214 matches

by Raheem
2 years ago
Forum: Public Requests
Topic: Coins earn hud
Replies: 2
Views: 3078

Re: Coins earn hud

The plugin code here: viewtopic.php?f=15&t=305
by Raheem
2 years ago
Forum: Public Requests
Topic: VIP Extra Items Menu
Replies: 4
Views: 4964

Re: VIP Extra Items Menu

For example Frost M4A1 , first remove code that make it extra item so it will be like: #include <zombie_escape> new const V_M4A1_MODEL[] = "models/zombie_escape/v_frost_m4a1.mdl" new const P_M4A1_MODEL[] = "models/zombie_escape/p_frost_m4a1.mdl" new const W_M4A1_MODEL[] = "m...
by Raheem
2 years ago
Forum: Scripting Help
Topic: [bug] Vip system by raheem
Replies: 6
Views: 6372

Re: [bug] Vip system by raheem

Yes, we only support our Zombie Escape Mod.
by Raheem
2 years ago
Forum: Public Requests
Topic: VIP Extra Items Menu
Replies: 4
Views: 4964

Re: VIP Extra Items Menu

Hello, Here is an example: #include <zombie_escape> native OpenVIPExtraItemsMenu(id) native GiveThanatos7(id) public plugin_natives() { register_native("OpenVIPExtraItemsMenu", "_OpenVIPExtraItemsMenu", 1) } public plugin_init() { register_plugin("VIP Extra Item", "...
by Raheem
2 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 190512

Re: Levels-XP System

[mention]BandiT[/mention], my suggestion is to use VPS or dedicates server to host your servers instead of using game server. The following videos can be the start: https://www.youtube.com/playlist?list=PLwTQycJsttNELMO7bJe5NAMx-qDEC6F86 (https://zppv.boards.net/thread/1697/tut-create-cs1-6-host). I...
by Raheem
2 years ago
Forum: Scripting Help
Topic: [bug] Vip system by raheem
Replies: 6
Views: 6372

Re: [bug] Vip system by raheem

[mention]Supremache[/mention] are you using our Zombie Escape Mod?
by Raheem
2 years ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 121391

Re: VIP System

Z0uha1r_LK wrote: 2 years ago Raheem
Do you update VIP System and add it :

Cvars control in multi-jump and parachute like give multi-jump only for zombies or humans
Add no fall damage
Add health and armor
Add multi-grenades (count of grenades for V.I.P)
If you can do then I'll update it.
by Raheem
2 years ago
Forum: Scripting Help
Topic: Give VIP M249 + Model M249 + HE Bomb + Flash bomb models
Replies: 6
Views: 6261

Re: Give VIP M249 + Model M249 + HE Bomb + Flash bomb models

This not working? #include <zombie_escape> #include <engine> #define MODEL_MAX_LENGTH 64 // Models new g_v_szMinigunModel[MODEL_MAX_LENGTH] = "models/bc/v_m134_hum.mdl" new g_p_szMinigunModel[MODEL_MAX_LENGTH] = "models/bc/p_m134.mdl" new g_w_szMinigunModel[MODEL_MAX_LENGTH] = &q...
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 190512

Re: Levels-XP System

Fixed MySQL versions: #include <zombie_escape> // Defines #define MAX_LEVEL 50 #define MAX_XP 500000 #define TASK_SHOWHUD 2020 #define ID_SHOWHUD (taskid - TASK_SHOWHUD) #define LEVELUP "levelup_ZE/ze_levelup.wav" enum { Host = 0, User, Pass, DB } // Constants new const g_szLevelsVault[] =...
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Boss Wins [num]
Replies: 24
Views: 19150

Re: Boss Wins [num]

OK I put approved.
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Boss Wins [num]
Replies: 24
Views: 19150

Re: Boss Wins [num]

So bros I put approved tag?
by Raheem
3 years ago
Forum: News
Topic: 4 Years of Service, consider donation
Replies: 7
Views: 7711

Re: 4 Years of Service, consider donation

Successfully renewed the following for one year : Hosting price: 35 💲/year Domain price 13 💲/year Donations : [mention]BandiT[/mention] - 11.9 💲 Toxic-Gamers Community Owner, Talal - 18.8 💲 [mention]Raheem[/mention] & [mention]Night Fury[/mention] - 17.3 💲 Many thanks to those who donates :hear...
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Boss Wins [num]
Replies: 24
Views: 19150

Re: Boss Wins [num]

czirimbolo wrote: 3 years ago we need good boss plugin working with amxx 1.8.3+...
There are many by many authors like dias, are they not working?

[mention]Urban[/mention], if you can share a working boss will be nice for others.
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Boss Wins [num]
Replies: 24
Views: 19150

Re: Boss Wins [num]

Did anyone try this bros?
[mention]ngamerz[/mention],
[mention]BandiT[/mention],
[mention]czirimbolo[/mention],
[mention]Z0uha1r_LK[/mention],
[mention]karan[/mention]
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Escapes (MySQL)
Replies: 37
Views: 37765

Re: Escapes (MySQL)

Give try, code: #include <zombie_escape> // Define some natives native ze_get_user_escapes(id) // Defines #define TASK_SHOWHUD 100 #define ID_SHOWHUD (taskid - TASK_SHOWHUD) // Constants Change X,Y If you need (HUD & DHud) const Float:HUD_SPECT_X = 0.01 const Float:HUD_SPECT_Y = 0.130 const Floa...
by Raheem
3 years ago
Forum: Tutorials
Topic: How to edit Main Menu?
Replies: 10
Views: 19564

Re: How to edit Main Menu?

L 03/30/2021 - 14:48:13: [AMXX] Run time error 10 (plugin "ze_main_menu.amxx") (native "ze_is_auto_buy_enabled") - debug not enabled! L 03/30/2021 - 14:48:13: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes). HELP add debug...
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Escapes (MySQL)
Replies: 37
Views: 37765

Re: Escapes (MySQL)

Tell me what you edited, I can't find the line because the code you post is corrupted. What edits you made to this viewtopic.php?p=11325#p11325?
by Raheem
3 years ago
Forum: Public Requests
Topic: help in addons of mission system menu ( new idea)
Replies: 6
Views: 6685

Re: help in addons of mission system menu ( new idea)

Please ask OxciXCorm to add as he is the author, he is helpful and will do it. Because I don't know really how this works and I never tested it. Ask him here: https://amxx-bg.info/. You can give him our Mod API: api/ so he can do it easily.
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Escapes (MySQL)
Replies: 37
Views: 37765

Re: Escapes (MySQL)

help Please L 03/19/2021 - 14:46:20: [AMXX] [0] Untitled.sma::ShowHUD (line 221) L 03/19/2021 - 14:46:21: String formatted incorrectly - parameter 8 (total 7) L 03/19/2021 - 14:46:21: [AMXX] Displaying debug trace (plugin "ze_hud_info.amxx", version "1.6") L 03/19/2021 - 14:46:2...
by Raheem
3 years ago
Forum: Zombie Escape 1.x
Topic: Boss Wins [num]
Replies: 24
Views: 19150

Re: Boss Wins [num]

Good job [mention]Urban[/mention], you tested it and it is fully working so I put approved tag?