Addon Details

Watch - Add Favorite


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

GG Scoreboard Manager - Version v1.2

posted on 2007-07-31 10:00:42
by RideGuy


Tags: css

Description

Manipulates the scoreboard so that the player kills column is actually the players GunGame level. More features to come. :) [size=18][b]Requirements:[/b][/size] Eventscripts 1.5beta or higher ES_Tools GunGame4 [size=18][b]Installation:[/b][/size] Extract the attached zip file into your cstrike folder. Add 'es_xload/es_xunload gungame4/addons/custom/gg_sb_manager' to your 'cstrike\addons\eventscripts\gungame4\addons\custom' folder. eg. [syntax="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_sb_manager } 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_sb_manager[/syntax]

Version Notes For v1.2

Updated on: 2008-04-28 12:12:25 EST by RideGuy (View Zip Contents)
-fixed wrong addon uploaded.

( Previous Versions )