AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Solved dedicated server danger zone team play.. (https://forums.alliedmods.net/showthread.php?t=312778)

murdocklawless 12-15-2018 17:23

dedicated server danger zone team play..
 
I setup danger zone mode in my dedicated server. we can play with friends in same team at official servers but is there a way to do it in dedicated server?

Maxximou5 12-15-2018 18:25

Re: dedicated server danger zone team play..
 
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.

murdocklawless 12-16-2018 05:30

Re: dedicated server danger zone team play..
 
Quote:

Originally Posted by Maxximou5 (Post 2629290)
Add the variables to your gamemode_surivival_server.cfg

thanks for your help. I couldn't figure it out if I write command dz_join team in server console or client console? how players can choose their teammates?

Maxximou5 12-16-2018 13:43

Re: dedicated server danger zone team play..
 
Clients type in console dz_jointeam <number>, example: dz_jointeam 1
Players choose by joining the same team, issuing the same command as above.
"dz_jointeam only works during warmup."

murdocklawless 12-18-2018 08:37

Re: dedicated server danger zone team play..
 
Thank you @Maxximou5


All times are GMT -4. The time now is 12:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.