View Single Post
marcolucio
New Member
Join Date: Jan 2012
Old 01-20-2012 , 10:24   Re: L4DToolZ Metamod plugin (l4d1 & l4d2)
Reply With Quote #1030

Quote:
Originally Posted by MonkeyDrone View Post
Did you setup sv_force_unreserved 1 in your server.cfg file?
You should do that as it removes the reservation and it will allow more then 4 to connect.
and also set
sv_removehumanlimit 1 <--- not 0

basically in the end add this to your server.cfg file.
----
sm_cvar sv_maxplayers 8
sm_cvar sv_removehumanlimit 1
sm_cvar sv_force_unreserved 1
sm_cvar sv_visiblemaxplayers 8
----
And add this in your command line startup for the server " -maxplayers 8 " <-- without the "
Cheers.
Thx for the help but i canīt find the server.cfg file, do i need to create it? The commands iīve tryed were in the console line command after its starts...
marcolucio is offline