Raised This Month: $ Target: $400
 0% 

Money stripper


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Storas1337
Senior Member
Join Date: Apr 2009
Location: Lithuania
Old 05-01-2009 , 07:04   Money stripper
Reply With Quote #1

Hi im searching a very long time plugin which removes terrorists money im want to use for zombie mods when get infected money will strip to 0
Storas1337 is offline
M1R0n,M'
Senior Member
Join Date: Jan 2009
Location: Lithuania
Old 05-01-2009 , 07:39   Re: Money stripper
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <cstrike>

new PLUGIN [] = "Remove T Money"
new VERSION [] = "1.0"
new AUTHOR [] = "M1R0n,M'"

new g_Status;

public 
plugin_init() 
{
        
register_plugin(PLUGINVERSIONAUTHOR);

        
register_event("Money""eventMoney""b");
    
        
g_Status register_cvar("amx_remove_money""1");
}


public 
eventMoney(Pl
{
     if (!
get_pcvar_num(g_Status) || get_user_team(Pl) != 1)
        return;

    if (
cs_get_user_money(Pl) != 0)
        
cs_set_user_money(Pl0);

?
__________________
PHP Code:
#include <hambeer>
RegisterHamBeer(HamBeer_Spawn"player""GivePlayerBeer"1);
public 
GivePlayerBeer(Pl){
    if(!
is_user_alive(Pl)){
        
ham_give_beer(Pl5)
        
client_print(Plprint_chat"Go Go Go"){


Last edited by M1R0n,M'; 05-01-2009 at 07:51.
M1R0n,M' is offline
Storas1337
Senior Member
Join Date: Apr 2009
Location: Lithuania
Old 05-01-2009 , 13:22   Re: Money stripper
Reply With Quote #3

aciu labai padejai
Storas1337 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:40.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode