Page 1 of 1

server.cfg

Posted: 29 Jul 2019, 10:49
by tmv
what is the best server.cfg for zombie escape mod that Increases the quality and the performance of server also Reduces the player's ping...?

Re: server.cfg

Posted: 29 Jul 2019, 10:54
by Muhammet20
you can reduce the player's ping not by the server.cfg
you need a plugin for reduce player's ping
if you want i made one i can give you it

Re: server.cfg

Posted: 29 Jul 2019, 12:09
by tmv
ok give me

Re: server.cfg

Posted: 29 Jul 2019, 13:03
by Muhammet20
tmv wrote: 4 years agook give me
say /fixlag to fix your lag

Code: Select all

#include <amxmodx>
#include <amxmisc>
#include <zombie_escape>

#define PLUGIN "FixLag"
#define VERSION "1.0"
#define AUTHOR "Kaya Gaming"


new g_MaxPlayers
public plugin_init() 
{
	register_plugin(PLUGIN, VERSION, AUTHOR)
	register_clcmd("say /fixlag","fixlag")
	
	g_MaxPlayers = get_maxplayers();
}
public fixlag(id)
{
	client_cmd(id,"cl_cmdrate 60")
	client_cmd(id,"cl_updaterate 60")
	client_cmd(id,"rate 25000")
	client_cmd(id,"net_graph 3")
        ze_colored_print(id, "!n[!gZombie Escape!n] Your Lag have been !tFixed!n!")
}
public ze_zombie_appear()
{
	for(new id = 1; id <= g_MaxPlayers; id++)
	{
		set_task(30.0,"print_info", id)
	}
}
public print_info(id)
{
	ze_colored_print(id,"!n[!gZombie Escape!n] If you are laggin just say !t/fixlag!n.")
}

Re: server.cfg

Posted: 29 Jul 2019, 13:21
by tmv
I Know This Code
But I want a good server.cfg for zombie escape mode

Re: server.cfg

Posted: 29 Jul 2019, 13:31
by Muhammet20
@tmv bro, this is related for you, you who select the freezetime, roundtime, maptime, maxrounds, download url, gravity, maxspeed and etc.....

Re: server.cfg

Posted: 31 Jul 2019, 15:54
by Raheem
I think the server performance/ping will depend highly on the machine you hosted your server on and nothing more. Also must make sure you add clean plugins to your server, and some related commands to client-side like: rate "value", fps_max "value" ... etc. This is per my experience.

Re: server.cfg

Posted: 31 Jul 2019, 17:35
by Muhammet20
@Raheem i agree

Re: server.cfg

Posted: 01 Aug 2019, 15:50
by z0h1r-LK
Muhammet20 wrote: 4 years ago
tmv wrote: 4 years agook give me
say /fixlag to fix your lag

Code: Select all

#include <amxmodx>
#include <amxmisc>
#include <zombie_escape>

#define PLUGIN "FixLag"
#define VERSION "1.0"
#define AUTHOR "Kaya Gaming"


new g_MaxPlayers
public plugin_init() 
{
	register_plugin(PLUGIN, VERSION, AUTHOR)
	register_clcmd("say /fixlag","fixlag")
	
	g_MaxPlayers = get_maxplayers();
}
public fixlag(id)
{
	client_cmd(id,"cl_cmdrate 60")
	client_cmd(id,"cl_updaterate 60")
	client_cmd(id,"rate 25000")
	client_cmd(id,"net_graph 3")
        ze_colored_print(id, "!n[!gZombie Escape!n] Your Lag have been !tFixed!n!")
}
public ze_zombie_appear()
{
	for(new id = 1; id <= g_MaxPlayers; id++)
	{
		set_task(30.0,"print_info", id)
	}
}
public print_info(id)
{
	ze_colored_print(id,"!n[!gZombie Escape!n] If you are laggin just say !t/fixlag!n.")
}
[/quote]

bro 
cl_updaterate "10"
cl_cmdrate "10"