Evie Addon Details

Watch - Add Favorite

gg_NoCash - Version 1

posted on 2007-08-10 05:59:24
by GoodfellaDeal
2
w00ts
w00t!
Requires: Tags: cash css gun game addon leveling

Description

This is a very simple script made on request.

It removes all cash from Gun Game v4.
This is purely a cosmetic effect. Gun Game v4 removes the buyzones so having cash does not effect gameplay.


// ****************************
//
// 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
}


Version Notes For 1

Updated on: 2007-08-10 05:59:24 EST
Initial release.
( Previous Versions )