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]