Quick question, if it's 12 player survival then why did you set maxplayers to 18?

.
Quote:
|
sm_cvar sv_visiblemaxplayers 18 //I set to maxplayers
|
Please, please, remove this or set it to -1. I worked hard to make my extension report the right amount of players without using this command. The right way to use sv_visiblemaxplayers would be with a reserved slots plugin (i.e. l4d_maxplayers 13, sv_maxvisibleplayers 12), not to do what the extension already does.
Quote:
sm_cvar z_max_player_zombies 4 //Stock
sm_cvar survivor_limit 4 //Stock
|
Minor nitpick: I would prefer sm_resetcvar here.