peterjanbosch Posted March 23, 2012 Share Posted March 23, 2012 Hello Guys, I'm trying to set the max slots on one of my cod4 servers to 64 but it keeps staying at 64 .. This is my command line: $[service.UserDirectory] +set fs_savepath $[service.UserDirectory] +set dedicated 2 +set net_ip $[service.IpAddress] +set net_port $[service.GamePort] +ui_maxclients "64" +set sv_maxclients $[service.Slots] +set rcon_password $[RConPassword] +set fs_game mods/sf_rotu +exec server.cfg +map_rotate +set sv_punkbuster "0" Does anyone have a idea what could be wrong? Oke i sorted it. It had to be +set ui_maxclients "64" :-) Link to comment Share on other sites More sharing options...
mox Posted March 23, 2012 Share Posted March 23, 2012 also add sv_maxclients "64" in the command line as well. Link to comment Share on other sites More sharing options...
diseee Posted April 9, 2012 Share Posted April 9, 2012 Not, for make a 64 slots server you must add in the command line: +set ui_maxclients 64 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now