04-09-2008, 07:18 PM
I run a css zombie mod server it runs good but after a while everyones ping goes sky high to about 800 ping also when you try to reload your gun it gets stuck some times here is my server.cfg i need to know which settings are wrong and which settings i should add or what ever
Server.cfg
// ***************
// GENERAL SETTINGS
// ***************
hostport 27015 // The port of the server (default is 27015)
hostname THE BEST [Zombie Mod] [Server] // Name of server
sv_lan 0 // Change it to 1 if you want a LAN only Server
sv_region 0 // North America
// USA East Coast - sv_region 1
// USA West Coast - sv_region 1
// South America - sv_region 2
// Europe - sv_region 3
// Asia - sv_region 4
// Australia - sv_region 5
// Middle east - sv_region 6
// Africa - sv_region 7
// World - sv_region 255
sv_region 255
rcon_password " " // Password for most things
// sv_password " " // To make a private server
// ***************
// GAME SETTINGS, YOU CAN CHANGE THESE THE WAY YOU LIKE IT
// ***************
mp_buytime 5 // Sets the amount of minutes players are able to buy
mp_startmoney 16000 // Sets the amount of starting money, max=16000
mp_c4timer 5 // Sets the amount of secs before C4 explodes
mp_flashlight 1 // 1 enables flashlight, 0 disables it
mp_footsteps 1 // 1 enables hearing footsteps, 0 disables it
mp_falldamage 1 // Falling damage, || 1 = enable 0 = disable
mp_hostagepenalty 0 // Sets the number of hostages a player can kill before they are booted from the server. || 0 is disabled
mp_freezetime 3 // Sets the seconds before players can move in the beginning of a round
sv_maxspeed 351 // Max speed users can run at || Default = 320
sv_gravity 800 // Server gravity, less = higher jumping. || Default = 800
sv_maxvelocity 3500 // Maximum velocity an object can have ingame || Default= 3500
sv_turbophysics 1 // Mow you can stand on barrels, tables, and push/pull them by +use
phys_pushscale 3 // changes gravity physics when shooting something as it blows back X times further
sv_pushaway_force 26000 // 30000 is the default value, Lower= harder to move Higher= easier to move)
// ***************
// Advanced RCON
// ***************
sv_rcon_banpenalty 10
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
// ***************
// TIME, WIN & ROUND SETTINGS
// ***************
mp_timelimit 25 // Timelimit is how many minutes for a map.
mp_winlimit 0 // When a team reaches this amount of wins it has won the map. || 0=disabled
mp_maxrounds 0 // When two teams finish playing this amount of rounds the map ends || 0=disabled
mp_roundtime 6 // Round time, in minutes. After this amount of minutes has passed || a scenario win is awarded. Min 1, Max 9
// ***************
// TEAMBALANCING
// ***************
mp_autoteambalance 1 // Toggles the forcing of clients to join teams to make it balanced. 1=on and 0=off
mp_limitteams 1 // There can be a tolerance of 1 person more on 1 team before autoteambalance kicks in
// ***************
// FF & TEAMKILL & IDLE
// ***************
mp_friendlyfire 0 // Toggles friendly fire 1=on and 0=off
mp_tkpunish 1 // Toggles the forcing of a player to sit out the next round if he has tked
mp_autokick 0 // Kick idle team-killing players. 1=on and 0=off
mp_spawnprotectiontime 5 // Kick players who team-kill within this many seconds of a round restart.
sv_timeout 0 // After this many seconds without a message from a client, the client is dropped
// ***************
// SPECTATORS
// ***************
mp_allowspectators 1 // toggles whether the server allows spectator mode or not. 1=on and 0=off
mp_forcecamera 0 // Restricts spectatorcamera view for dead players. 1=on and 0=off
// ***************
// SET RATES
// ***************
sv_lan 0 // DO NOT CHANGE
sv_unlag 1 // DO NOT CHANGE
sv_maxunlag .5 // DO NOT CHANGE
sv_voiceenable 1 // DO NOT CHANGE
sv_minrate 5000 // DO NOT CHANGE
sv_maxrate 1595 // DO NOT CHANGE
sv_mincmdrate 10 // DO NOT CHANGE
sv_maxcmdrate 34 // DO NOT CHANGE
sv_minupdaterate 30 // DO NOT CHANGE
sv_maxupdaterate 100 // DO NOT CHANGE
decalfrequency 60 // The user can only spray their spray every x seconds
fps_max 512 // Frame rate limiter
sv_logsdir D:\SRCDS\cstrike\logs // The directory where the logs will be saved
// ***************
// DOWNLOAD
// ***************
sv_downloadurl "" // Your download host...
sv_allowdownload 1 // Allow clients to download files
sv_allowupload 1 // Allow clients to upload customizations files like logospray files
net_maxfilesize 100 // Max size for users to download is 100MB
// ***************
// LOGGING
// ***************
log on // SERVER LOGGING, creates a logfile (needed for statsprograms), "log off" to turn off logging
sv_logbans 1 // Log server bans in server logs
sv_logecho 0 // Echo log information to the consol (makes lots of spam)
sv_logfile 1 // Log server information to a log file
sv_log_onefile 1 // Log everything in one file
mp_logdetail
// ***************
// CHEATS & PAUSE
// ***************
sv_cheats 0 //Enable cheats || 1 = on 0 = off
sv_pausable 0 // disable clients' ability to pause the server
// ***************
// OTHER SETTINGS
// ***************
mp_chattime 10 // Amount of seconds players can chat after the game is over
sv_voiceenable 1 // VOICE disabled, if you want VOICE enabled then change 0 into 1
sv_consistency 0 // Enables users to pass certain conistency byass ceck (eg. Scope overaly) || 1 = on 0 = off
sv_alltalk 1 // Enables talking to Live people when Dead
sv_pushaway_force 29000
phys_pushscale 3
sv_turbophysics 1
// ***************
// Ammo
// ***************
ammo_338mag_max 1000 // awp
ammo_357sig_max 5000 // p228
ammo_45acp_max 5000 // ump45, mac10, usp
ammo_50AE_max 5000 // deagle
ammo_556mm_box_max 1000 // m249
ammo_556mm_max 1000 // galil, sg552, famas, m4a1, sg550
ammo_57mm_max 5000 // p90, fiveseven
ammo_762mm_max 1000 // scout, ak47, g3sg1, aug
ammo_9mm_max 5000 // mp5navy, tmp, glock, elite
ammo_buckshot_max 128 // m3, xm1014
// ***************
// EXEC FILES
// ***************
exec banned_user.cfg
exec banned_ip.cfg
echo ***************
echo ***************
echo SERVER.CFG LOADED
echo ***************
echo ***************
// ***************
// END OF FILE
// ***************
Also here is my Target
srcds.exe" -console -game cstrike -autoupdate -tickrate 33 +maxplayers 20 +map zm_lila_panic if someone would help me that would be great i just need to fix the right settings and also fix ping from going sky high it will stay at between 10-130 and start changeing ping when people join the server there ping will be like this for example 78 ping 79 ping 72 ping 53 ping 43 ping and stay low and then after while go in like 800 ping