02-11-2009, 05:46 AM
stronius Wrote:-Make sure you setup your startup line properly.
e.g. -game cstrike -console +ip 0.0.0.0 -port 27015 +maxplayers 16 +exec server.cfg +map de_dust2 -tickrate 100
-Make sure you have a server.cfg file in your cstrike/cfg directory.
And Ensure the following cvars are in this file... -FPS max should not be 10000
sv_maxupdaterate 100
sv_maxcmdrate 100
fps_max 600
-Make sure you enter the following into your console (while in game - one by one)
-You open console by pressing the ~ button in the top left of your keyboard.
cl_updaterate 100
cl_cmdrate 100
If these are all correct, you should obtain 100tick just fine.
realchamp Wrote:Enter these in your ingame console
Code:
cl_updaterate 100
cl_cmdrate 100
rate 25000
Now also make sure they are the same on the server.
Code:
sv_maxrate 25000
sv_maxcmdrate 100
sv_maxupdaterate 100
THANK YOU! so much for the help

tho one problem still remains, i see alot of random guys joining it so it is out there on the internet, but when i give my ip to my friends they cant get in :/ gets stuck att connecting to server and fails after 4retries. guess ill have to do some portforwarding for something?