This plugin is intended to be used with Maxximou5/csgo-deathmatch version 3 which provides config loading commands.
- Duration based config file;
- Vote skip;
- Vote extend.
- dm_loader_enabled - Enable/disable executing configs
General commands
dm_reload
- Reloads the deathmatch loader config.
Timer commands
sm_timer
- Prints remaining time for current modesm_tempo
- Prints remaining time for current mode
Skip commands
sm_next
- Loads next configurationsm_skip
- Votes to skip current modesm_pular
- Votes to skip current mode
Extension
sm_forceextend
- Extends current modesm_extend
- Votes to extend current mode
The config for the loader is located at csgo/addons/sourcemod/configs/deathmatch/config_loader.ini
.
Each line represents a config to be loaded, followed by the duration in minutes it will run.
"Config"
{
"deathmatch_default.ini" "10"
"deathmatch_pistol.ini" "10"
"deathmatch_awp.ini" "5"
"deathmatch_ak47.ini" "5"
"deathmatch_desert.ini" "5"
"deathmatch_m4s.ini" "5"
}