Addon Details

Watch - Add Favorite


gg_NoCash ScreenShot

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

gg_NoCash - Version 1

posted on 2007-08-10 05:59:24
by GoodfellaDeal


Tags: cash css leveling

Description

This is a very simple script made on request. [b]It removes all cash from Gun Game v4.[/b] This is purely a cosmetic effect. Gun Game v4 removes the buyzones so having cash does not effect gameplay. [syntax="es"]// **************************** // // No Player Cash // // Cash Strip Code taken from // Gun Game v3 // Originally by Cagemonkey // // **************************** // **************************** // // Installation: // Add es_gg_nocash.txt into your cstrike/addons/eventscripts/gungame4/addons/custom directory. // // Add es_xload gungame4/addons/custom/gg_nocash to your es_custom.txt in the load block. // Add es_xunload gungame4/addons/custom/gg_nocash to your es_custom.txt in the unload block. // // **************************** event player_spawn { es_setplayerprop event_var(userid) CCSPlayer.m_iAccount 0 } event player_death { es_setplayerprop event_var(attacker) CCSPlayer.m_iAccount 0 }[/syntax] [url=http://www.goodfellagaming.com][img]http://www.thehightower.net/ggbannerad2.jpg[/img][/url]

Version Notes For 1

Updated on: 2007-08-10 05:59:24 EST by GoodfellaDeal (View Zip Contents)
Initial release.

( Previous Versions )