Hello,
In my command line on my server i us -tickrate 100,
when i am ingame and i use net_graph 3 my in is around 60 and my out is 100, but both need to be 100, what lines do i need to use in my server.cfg?
This is my server.cfg
C:\srcds\srcds.exe -console -game cstrike -tickrate 100 -port 27015 +map fy_poolparty_v2 -maxplayers 8 +fps_max 800 -autoupdate
Also i can not join my external ip, i only see the server at the lan tab, friends can join and ports are forwarded.
And how can i update the server? on my other server i can move barrels and other items by pressing E
Pandanl
Team-nitro.nl
In my command line on my server i us -tickrate 100,
when i am ingame and i use net_graph 3 my in is around 60 and my out is 100, but both need to be 100, what lines do i need to use in my server.cfg?
This is my server.cfg
Code:
// server name
hostname "Team-Nitro.nl | Poolparty | T100"
// rcon passsword
rcon_password "****"
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 0
mp_autokick 0
mp_flashlight 0
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 10
sv_timeout 65
// round specific cvars
mp_freezetime 3
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
// bandwidth rates/settings
sv_minrate 0
sv_maxrate 0
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 10
// server logging
log off
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 3
sv_contact info@team-nitro.nl
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
C:\srcds\srcds.exe -console -game cstrike -tickrate 100 -port 27015 +map fy_poolparty_v2 -maxplayers 8 +fps_max 800 -autoupdate
Also i can not join my external ip, i only see the server at the lan tab, friends can join and ports are forwarded.
And how can i update the server? on my other server i can move barrels and other items by pressing E
Pandanl
Team-nitro.nl