View Single Post
edgar009955
Member
Join Date: Aug 2016
Old 02-21-2018 , 10:15   Re: [CS:GO] Deathmatch Goes Advanced (v0.13.8, 23/01/2016)
Reply With Quote #2393

Quote:
Originally Posted by SHiva View Post
Use a vote plugin and then exec the HS config after the end.

You can use the console command "dm_load" like this for example :

PHP Code:
char sHsConfig[MAX_CONFIG_SIZE] = "hs_game_mode_name" // use your hs game mode name write in deathmatch.ini
char sCommand[255];

Format(sCommandsizeof(sCommand), "dm_load \"Game Modes\" \"%s\" respawn"sHsConfig);
ServerCommand(sCommand
There must be other alternetive, but it is the one I used for my external plugin that loads several dm cfg during a round.
Do you have a voting plugin?
edgar009955 is offline