Scripts.included.gg dissolver
From GunGame5 Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | {{Addons| | |
- | + | ||
- | |||
+ | name=gg_dissolver| | ||
- | = | + | |
- | ''' | + | description=removes ragdolls when players die. |
+ | |||
+ | *The ragdolls can can just be removed, or they can be ''dissolved'' using various effects.| | ||
+ | |||
+ | |||
+ | cfg_file=included_addon_configs/gg_dissolver| | ||
+ | |||
+ | |||
+ | cfg_contents=<pre>// ============================================================================ | ||
// >> DISSOLVER | // >> DISSOLVER | ||
// ============================================================================ | // ============================================================================ | ||
Line 22: | Line 29: | ||
// Enables/Disables gg_dissolver. | // Enables/Disables gg_dissolver. | ||
- | gg_dissolver 0</pre> | + | gg_dissolver 0</pre>}} |
Current revision as of 22:35, 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