Solved server.cfg

Unpaid Requests, Public Plugins
Post Reply
User avatar
tmv
Member
Member
Russia
Posts: 36
Joined: 4 years ago
Contact:

server.cfg

#1

Post by tmv » 4 years ago

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...?

Muhammet20
Veteran Member
Veteran Member
Posts: 408
Joined: 5 years ago
Contact:

#2

Post by Muhammet20 » 4 years ago

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

User avatar
tmv
Member
Member
Russia
Posts: 36
Joined: 4 years ago
Contact:

#3

Post by tmv » 4 years ago

ok give me

Muhammet20
Veteran Member
Veteran Member
Posts: 408
Joined: 5 years ago
Contact:

#4

Post by Muhammet20 » 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.")
}
Last edited by Muhammet20 4 years ago, edited 1 time in total.

User avatar
tmv
Member
Member
Russia
Posts: 36
Joined: 4 years ago
Contact:

#5

Post by tmv » 4 years ago

I Know This Code
But I want a good server.cfg for zombie escape mode

Muhammet20
Veteran Member
Veteran Member
Posts: 408
Joined: 5 years ago
Contact:

#6

Post by Muhammet20 » 4 years ago

@tmv bro, this is related for you, you who select the freezetime, roundtime, maptime, maxrounds, download url, gravity, maxspeed and etc.....

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#7

Post by Raheem » 4 years ago

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.
He who fails to plan is planning to fail

Muhammet20
Veteran Member
Veteran Member
Posts: 408
Joined: 5 years ago
Contact:

#8

Post by Muhammet20 » 4 years ago

@Raheem i agree

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 476
Joined: 5 years ago
Location: The Red City ❤
Contact:

#9

Post by z0h1r-LK » 4 years ago

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"

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 5 guests