Search found 395 matches

by Muhammet20
1 month ago
Forum: Scripting Help
Topic: Error About Main Menu
Replies: 8
Views: 1984

Re: Error About Main Menu

z0h1r-LK wrote: 1 month ago

Ours Mod incompatible with CS WarZone, Fenix, Original, Because this games use old CS engine build 4xxx, But you can use Steam or GSClient or NextClient, Tutorial: GitHub Wiki

Oh got it i wasnt know, thanks so much ill try to install the mod using official cs on steam

by Muhammet20
2 months ago
Forum: Scripting Help
Topic: Error About Main Menu
Replies: 8
Views: 1984

Re: Error About Main Menu

@Muhammet20 Try our new Zombie Escape Mod, ZE Rebuild I will try and tell you the result, thank you I installed everything expect rehlds and the mod doesnt run, when i install the rehlds too the game isnt running idk why, isnt the mod working on cs 1.6 warzone ? the procedure entry point SteamAPI_S...
by Muhammet20
2 months ago
Forum: Scripting Help
Topic: Error About Main Menu
Replies: 8
Views: 1984

Re: Error About Main Menu

z0h1r-LK wrote: 2 months ago

@Muhammet20 Try our new Zombie Escape Mod, ZE Rebuild

I will try and tell you the result, thank you

by Muhammet20
2 months ago
Forum: Scripting Help
Topic: Error About Main Menu
Replies: 8
Views: 1984

Re: Error About Main Menu

Claudio-vip wrote: 2 months ago

Firstly you need to install the basic metamod plugins for the gamemode to work normally.
Use this
https://github.com/rehlds

or this to save time
https://github.com/AMXX-pl/BasePack

I already have installed them before
Image
Image

by Muhammet20
2 months ago
Forum: Scripting Help
Topic: Error About Main Menu
Replies: 8
Views: 1984

Error About Main Menu

Hello guys, i was playing zombie escape 6 years ago when i was 12 years old and i miss these old classical servers so i decided to open a server for myself. I was know how to make some scripts and fixing my problems but i didnt try to script anything about 5 years so i forgot many thing. know im mak...
by Muhammet20
5 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 85380

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

karan wrote: 5 years ago no round ambience + no countdown and major bug is core's rules means when players disconnect the server it spamming restart can anyone fix it?
Wow wait wait wait
WTF that so much
@Raheem + @Mohamed

We Need HELP here
by Muhammet20
5 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 85380

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

Finally someone made/fixed that addon
Nice work and thanks bro @Mohamed
by Muhammet20
5 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 85380

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

For the menu try: #include <zombie_escape> native ze_is_user_nemesis(id) native ze_set_user_nemesis(id, bool:set) // Access to start nemesis menu #define NEMESISMENU_ACCESS ADMIN_LEVEL_H #define MENU_PAGE_PLAYERS g_menu_data[id] const OFFSET_CSMENUCODE = 205 new g_menu_data[33] public plugin_native...
by Muhammet20
5 years ago
Forum: Public Requests
Topic: Bugs and Errors help me fixing them
Replies: 2
Views: 8624

Re: Bugs and Errors help me fixing them

try this for frags:

Code: Select all

public ze_user_infected_pre(iVictim, iAttacker)
{
	if(g_bIsNemesis[iAttacker] && !ze_is_user_zombie(iVictim))
	{
		set_user_frags(iAttacker, get_user_frags(iAttacker)+1)
		set_user_deaths(iVictim, get_user_deaths(iVictim)+1)
	}
	return
}
by Muhammet20
5 years ago
Forum: Public Requests
Topic: Bugs and Errors help me fixing them
Replies: 2
Views: 8624

Re: Bugs and Errors help me fixing them

remove kick on kill teammates to fix last problem
and for other problems i will find a fix then help you
by Muhammet20
5 years ago
Forum: Public Requests
Topic: convert plugin to our mod
Replies: 7
Views: 13497

Re: convert plugin to our mod

@Raheem
by Muhammet20
5 years ago
Forum: Public Requests
Topic: convert plugin to our mod
Replies: 7
Views: 13497

Re: convert plugin to our mod

// C:\Users\macie\Documents\Compiler v1.8.3\scripting\include\engine.inc(799) : error 017: undefined symbol "kRenderFxNone" // C:\Users\macie\Documents\Compiler v1.8.3\scripting\include\cssdk_const.inc(808) : error 021: symbol already defined: "TeamName" // C:\Users\macie\Docume...
by Muhammet20
5 years ago
Forum: Public Requests
Topic: convert plugin to our mod
Replies: 7
Views: 13497

Re: convert plugin to our mod

can someone help me to convert this to our mod? #include <engine> #include <xs> #include <colorchat> #define GET_MONEY(%0) zp_cs_get_user_money(%0) #define SET_MONEY(%0,%1) zp_cs_set_user_money(%0,%1) #define GET_EXP(%0) ze_get_user_xp(%0) #define SET_EXP(%0,%1) ze_set_user_xp(%0,%1) /* [0.9.5] - И...
by Muhammet20
5 years ago
Forum: Public Requests
Topic: killing zombies addon
Replies: 2
Views: 8013

Re: killing zombies addon

Hello, I want to punish zombies who camp on respawn and can be killed by his friend (human). Human earns exp and coins thanks to this so its common on my server. Especially at night when there are 2-3 players. I would like to make something like this: When human kills zombie: - human get coins and ...
by Muhammet20
5 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 22107

Re: Playd Time

Mohamed Alaa wrote: 5 years ago Consider using get_user_time to get user's play time.
wtf!!!!
XD i wasn't know it
by Muhammet20
5 years ago
Forum: Trash
Topic: nvault add
Replies: 1
Views: 9180

Re: nvault add

this is easy, :)
i'd love to help you but i can't use the pc in school days :(
i'm sorry. :(
by Muhammet20
5 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 22107

Re: Playd Time

so it working now?
by Muhammet20
5 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 22107

Re: Playd Time

#include <zombie_escape> #include <nvault> #define PLAYED_TIME_TASK 9100 new const g_szVault_Name[] = "Played_Time" new g_iPlayedTime[33], g_iVaultHandler public plugin_natives() { // Native to return played time in seconds, plugin will save using nVault register_native("ze_get_playe...
by Muhammet20
5 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 22107

Re: Playd Time

i have a new idea for this but am sorry you must wait cuz i can't turn the pc in anytime, just somedays and i will give you the fix
by Muhammet20
5 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 22107

Re: Playd Time

which code are you using? the first or second? Seconde code and I add this : , g_iPlayedTime[id]/60) try the code without add anything also try it from another name, i mean try it from a new name to see when your played hours is under the one hours how it will seen and if not work i will fix it whe...