Page 1 of 1

gg_nocash v1.0

PostPosted: Sun Mar 20, 2011 11:04 pm
by satoon101
gg_nocash

Description:
  • Set player cash to 0 when they earn money. Players always have 0 cash.
  • This version is made to run with GunGame5.1

Installation:
  • Extract this file to your server
  • Restart your server or reload GunGame
  • Edit the newly appeared ../cfg/gungame51/custom_addon_configs/gg_nocash.cfg
  • Restart your server or reload GunGame

Credits:

PostPosted: Sat Apr 02, 2011 1:26 am
by wtfaatp
Awesome thnx man
Although I changed it from 0 to 1337 :D Who doesn't want LEET cash?


To do this go to
cstrike\addons\eventscripts\gungame51\scripts\custom\gg_nocash\gg_nocash.py

Change This
       # Set cash to 0
        es.setplayerprop(userid, 'CCSPlayer.m_iAccount', 0)

To the following
       # Set cash to 1337
        es.setplayerprop(userid, 'CCSPlayer.m_iAccount', 1337)

PostPosted: Fri Nov 25, 2011 4:16 am
by satoon101
New ALPHA version available. See the main post for details.

PostPosted: Fri Nov 25, 2011 4:39 am
by daggerclan
I'm still going with 1337. Screw the bots. :) They don't need money anyway and I don't care about the fall damage. Oops, that's another post I need to make. ;)

PostPosted: Fri Nov 25, 2011 4:52 am
by satoon101
The alpha version currently won't work. I accidentally overwrote the signature that it uses. Trying to find it again right now.

Satoon

PostPosted: Sun Dec 04, 2011 4:37 pm
by satoon101
Removed alpha version from the main post, which now has its own thread in the Alpha Scripts forum:
viewtopic.php?f=79&t=2010

Satoon