This is a edit of the default SourceMod mapchooser and nomination plugin, it provides functionality for any ckSurf based timer to display tiers of maps in the nominate and vote menus
- Sourcemod 1.8
- MySQL
- Upload all the files to your csgo server directory
- Add a MySQL database called
surftimer
tocsgo/addons/sourcemod/configs/databases.cfg
(Note: must match the database you're using for ckSurf`) - Set
sm_cksurf_type
incfg/cksurf_nominations.cfg
(0 if using original/nikos/marcos ckSurf, 1 if using fluffys ckSurf) - Set
sm_server_tier
incfg/cksurf_nominations.cfg
to the tier of maps you want appearing the nominate list. Example, for a tier 1-3 server, set it tosm_server_tier 1.3
, a tier 1 only server would besm_server_tier 1.0