May be someone could help... I have this plug and ready up and Left 4 Downtown running on my linux server. I have set the max players and zombies in this plug to both be 8. I have check using sm plugins list and sm exts list to make sure everything is loaded... which al of them are. I use this file I made to start the server
Code:
#!/bin/sh
screen -A -m -d -S l4d ./srcds_run -console -game left4dead -autoupdate -tickrate 100 +exec server.cfg +ip 64.62.***.* +hostport 27025 +hostport +maxplayers 16 +map l4d_vs_hospital01_apartment.bsp
which sets the maxplayers at 16 but when I make a game using the lobby it seems only 8 players can join? Im I missing something? do I have to put something in the server.cfg? The server says 8/16 players but like I said no one can join. When I tried to join when 8 people where on the server it game me this message in console
Code:
Server using lobbies #0, requiring pw no, lobby id 184016456def800
Any help would be great =)