Scripts.included.gg teamplay

From GunGame5 Documentation

Jump to: navigation, search


Description

gg_teamplay is a team-based gameplay where players only levelup as a team. The winning team from each round levels up to the next weapon.

  • A "team" wins the match instead of an individual.


Variables

gg_teamplay contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_teamplay.cfg file:
// ============================================================================
// >> TEAMPLAY
// ============================================================================
// Description:
//    Level-up as a Team
//    The team that wins each round increases their multikill value
//    When a team reaches their current level's multikill, they level up
// Options:
//    0 = (Disabled) Do not load gg_teamplay.
//    1 = (Enabled) Load gg_teamplay.
// Default Value: 0

// Enables/Disables gg_teamplay.
   gg_teamplay 0

// ============================================================================
// >> TEAMPLAY ROUNDEND MESSAGES
// ============================================================================
// Description:
//    Send messages on round_end when a team earns a multikill or level
// Options:
//    0 = (Disabled) Do not show chat messages when a team levels up or earns a
//          multikill on round_end
//    1 = (Enabled) Show chat messages when a team levels up or earns a
//          multikill on round_end
// Default Value: 1

// Enables/Disables showing chat messages when a team levels up or earns a multikill on round_end
   gg_teamplay_roundend_messages 1

// ============================================================================
// >> TEAMPLAY LEVEL INFO
// ============================================================================
// Description:
//    Show team level info in chat at the start of each round
// Options:
//    0 = (Disabled) Do not show level info messages
//    1 = (Enabled) Show level info messages
// Default Value: 1

// Enables/Disables showing level info messages
   gg_teamplay_level_info 1

// ============================================================================
// >> TEAMPLAY WINNER MESSAGES
// ============================================================================
// Description:
//    Send Winner Messages when a team wins
// Options:
//    0 = (Disabled) Do not show Winner Messages
//    1 = (Enabled) Show Winner Messages
// Default Value: 1

// Enables/Disables showing Winner Messages
   gg_teamplay_winner_messages 1

// ============================================================================
// >> TEAMPLAY END ON FIRST KILL
// ============================================================================
// Description:
//    First kill by a team on the last multikill of the last level will win the
//       match
// Options:
//    0 = (Disabled) Only end match when a team wins the final round
//    1 = (Enabled) First player to get a kill with the last level weapon (if
//          the team is on the last multikill) will win the match
// Default Value: 0

// Enables/Disables team winning with the first kill on the last weapon
   gg_teamplay_end_on_first_kill 0


Conflicting Addons

Personal tools