View Single Post
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 12-15-2018 , 18:25   Re: dedicated server danger zone team play..
Reply With Quote #2

Add the variables to your gamemode_surivival_server.cfg
Quote:
– Added console commands to support Danger Zone squads:
— 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.
Maxximou5 is offline