Evie Addon Details

Watch - Add Favorite

GG Teamkill Protection - Version v1.1

posted on 2007-07-31 10:23:22
by RideGuy
1
w00ts
w00t!
Requires: Tags: css gun game addon TeamKill Protection

Description

GG Teamkill Protection
by RideGuy


Description:
Adds advanced Teamkill protection to GunGame. Warns, lowers GunGame levels, and kicks repeated Teamkill offenders.


Requirements:
Eventscripts 1.5beta or higher


Installation:
Extract the attached zip file into your cstrike folder.
Add 'es_xload/es_xunload gungame4/addons/custom/gg_tk_protection' to your 'cstrike\addons\eventscripts\gungame4\addons\custom' folder.
eg.
// GunGame Custom Addons Loader
// Load and unload all of your custom addons from this file.
//
 
block load
{
// Load your custom addons here.

// Single bullet awps EXAMPLE script
//es_xload gungame4/addons/custom/gg_awp_bullet

// Gives players the option to buy levels
//es_xload gungame4/addons/custom/gg_buy_level

// Auto reload when players get a kill
//es_xload gungame4/addons/custom/gg_reload

// es_xload gungame4/addons/custom/gg_scopeless_scout
es_xload gungame4/addons/custom/gg_fdl
es_xload gungame4/addons/custom/gg_tk_protection
es_xload gungame4/addons/custom/gg_sb_manager
// es_xload gungame4/addons/custom/gg_teamplay
es_xload gungame4/addons/custom/gg_weapon_restrict
}
 
block unload
{
// Unload your custom addons here.

// Single bullet awps EXAMPLE script
// es_xunload gungame4/addons/custom/gg_awp_bullet

// Gives players the option to buy levels
//es_xunload gungame4/addons/custom/gg_buy_level

// Auto reload when players get a kill
//es_xunload gungame4/addons/custom/gg_reload

// es_xunload gungame4/addons/custom/gg_scopeless_scout
es_xunload gungame4/addons/custom/gg_fdl
es_xunload gungame4/addons/custom/gg_tk_protection
es_xunload gungame4/addons/custom/gg_sb_manager
// es_xunload gungame4/addons/custom/gg_teamplay
es_xunload gungame4/addons/custom/gg_weapon_restrict
}



Adjustable settings:
// Number of warnings before player starts to loose levels
tkp_warnings 3
 
// Number teamkills before a player is kicked
tkp_kick 6

Version Notes For v1.1 (Announce this update)

Updated on: 2007-08-03 12:26:55 EST
-fixed bug where suicide would count as a teamkill
( Previous Versions )