View Single Post
BenjaminRM
Junior Member
Join Date: Dec 2018
Old 12-17-2018 , 06:04   Re: [ CSGO ] hosting Danger zone mode ?
Reply With Quote #53

Quote:
Originally Posted by murdocklawless View Post
I setup danger zone mode in my dedicated server. we can play with friends in the same team at official servers but is there a way to do it in dedicated server?

I added these commands below to gamemode_survival_server.cfg but I couldn't figure it out how players can choose their teammates?

my gamemode_survival_server.cfg config;

sv_dz_team_count 2
sv_dz_jointeam_allowed 1
sv_dz_autojointeam 0
You are needing this commands
Code:
— sv_dz_team_count N : set DZ team size to N players per squad.
— sv_dz_jointeam_allowed 1: enable users to choose their own squad during warmup via dz_jointeam.
— sv_dz_autojointeam 0: disable players from automatically being assigned a squad when they join the server.
— dz_clearteams – remove players from all squads.
— dz_shuffle_teams – shuffle all players onto random squads.
— dz_jointeam N : Join squad #N (0 = none, valid squads range from 1 to 9).
— dz_jointeam N : Server admins only – assign a player to a particular squad. Doesn’t require sv_dz_jointeam_allowed.
– dz_jointeam only works during warmup. Use dz_clearteams / sv_dz_autojointeam 0 with care — all players must be assigned a valid squad when the game starts.
BenjaminRM is offline