Evie Addon Details

Watch - Add Favorite

GunGame-Info - Version 0.3

posted on 2008-11-08 07:11:04
by pitbull0993
1
w00ts
w00t!
Requires: Tags: css GunGame Gungame Addons

Description

GunGame-Info by PitBull

Of course GunGame is required. For me it worked in Version 4.0.96 RC1, but it should also work for older ones.

Like said in the description, this AddOn improves the GunGame-Gameplay.

1. Knife-Level
When a User is on the Knife-Level, it is hard for him to get a kill. So I thought: Wouldn't it be fair if he could ran a bit faster?
// -- Knife-Level Settings -- //
// If a user is on the Knife-Level, his speed is higher than the
 
// Activate the Knife-Level Module? (1=yes, 0=no)
ggi_knife_active 1
 
// On which level is the knife? (If you have the default weapon-order it would be 23)
ggi_knife_level 23
 
// Set the speed (default value is a good one, in my opinion)
ggi_knife_speed 1.50
// --- //


2. Join-Message
If a user joins the Server, there will be a message like this:
PitBull has joined the Server. Total Wins: 17

// -- Join-Message Settings -- //
// If a user joins the server, a message will be sent how much wins he has
ggi_join_active 1
// ---//


3. Bomb-Messages
This feature tells the public that the user gained a level for defusing the bomb/planting the exploded bomb.
Also there is a little cheer for the user who planted the bomb that he should protect the C4.
// -- Bomb-Message Settings -- //
// Should there be a little cheer for the user when he planted the bomb? (1=yes, 0=no)
ggi_bomb_planted 1
 
// Should there be a message that the user leveld-up if the bomb exlpoded? (1=yes, 0=no)
ggi_bomb_exploded 1
 
// Should there be a message if a user defuses the bomb? (1=yes, 0=no)
ggi_bomb_defused 1
// --- //


4. Refill clip/magazine on kill, set Ammo to a higher value
The clip can be refilled if a user gots a kill. So you don't have to reload.
Disabled in Turbo-Mode.
Also you can set the reserve ammo, not the magazine/clip, to a value you like.
// -- Ammo Settings -- //
// Should the player get a specific amount of ammo? (0=disabled, every over number is the ammo)
ggi_ammo 200
 
// Should the clip/magazine be refilled on kill? (1=yes, 0=no)
ggi_ammo_refill 1
// --- //

Installation

Extract the zip-file to your cstrike-folder.

Edit the gginfo.cfg in the cfg-directory and add
es_load gginfo

to your autoexec.cfg.
Restart your server!

Version Notes For 0.3 (Announce this update)

Updated on: 2008-11-10 13:19:16 EST by pitbull0993
* Replaced if with ifx if possible
( Previous Versions )