Scripts.included.gg dissolver

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Description == '''gg_dissolver''' removes ragdolls when players die. They can can just be removed, or they can be ''dissolved'' using various effects. == Variables == '''gg...')
Line 1: Line 1:
== Description ==
== Description ==
-
'''gg_dissolver''' removes ragdolls when players die. They can can just be removed, or they can be ''dissolved'' using various effects.
+
'''gg_dissolver''' removes ragdolls when players die.
 +
 
 +
*The ragdolls can can just be removed, or they can be ''dissolved'' using various effects.

Revision as of 04:13, 22 March 2011

Description

gg_dissolver removes ragdolls when players die.

  • The ragdolls can can just be removed, or they can be dissolved using various effects.


Variables

gg_dissolver contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_dissolver.cfg file:
// ============================================================================
// >> DISSOLVER
// ============================================================================
// Description:
//    Removes ragdolls by dissolving them with various effects.
// Options:
//    0 = Disabled
//    1 = No Effect
//    2 = Energy
//    3 = Heavy Electrical
//    4 = Light Electrical
//    5 = Core Effect
//    6 = Random Effect
// Default Value: 0

// Enables/Disables gg_dissolver.
   gg_dissolver 0
Personal tools