Scripts.included.gg level info

From GunGame5 Documentation

Jump to: navigation, search


Description

gg_level_info is used to show players their current level info in their HudHint.

Every time a player spawns, or when they level up, it will show them their current info.

It will show their current level, current weapon, current kills on level, and the require kills for their current level.

The message will also show the current leader, the current leader's level, the current leader's weapon, and the total number of levels.

Players will also be shown a MultiKill Notification when they get a kill with their current level's weapon to increase their current MultiKill value and not level up.


Variables

gg_level_info contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_level_info.cfg.cfg file:
// ****************************************************************************
// *              gg_level_info.cfg -- Level Info Configuration               *
// *                                                                          *
// *                This file defines GunGame Addon settings.                 *
// *                                                                          *
// *               Note: Any alteration of this file requires a               *
// *                  server restart or a reload of GunGame.                  *
// ****************************************************************************



// ============================================================================
// >> LEVEL INFO
// ============================================================================
// Description:
//    Sends hudhints to players for level info.
// Options:
//    0 = (Disabled) Do not load gg_level_info.
//    1 = (Enabled) Load gg_level_info.
// Default Value: 0

// Enables/Disables gg_level_info.
   gg_level_info 0
Personal tools