Addon Details

Watch - Add Favorite


Does this version work for you?
6
w00ts
w00t!2

GG Teamplay - Version v1.0

posted on 2007-08-07 19:03:53
by RideGuy


Tags: css leveling

Description

Players level up as a team, and not individuals.

GG Teamplay changes GunGame so that it's no longer every man for himself. Everyone on the same team gets the same gun. Players level up as a team when they win the round. Loosing team stays on the same level.


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_teamplay' to your 'cstrike\addons\eventscripts\gungame4\addons\custom' folder.
eg.
ES:
    // 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_teamplay
    }
     
    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_teamplay

Version Notes For v1.0

Updated on: 2007-08-07 19:03:53 EST by RideGuy (View Zip Contents)
-initial release

( Previous Versions )