Raised This Month: $7 Target: $400
 1% 

$0


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ImXinR
Member
Join Date: Dec 2010
Old 01-16-2011 , 05:25   $0
Reply With Quote #1

$0 Money.

Last edited by ImXinR; 02-08-2011 at 03:55.
ImXinR is offline
JocAnis
Veteran Member
Join Date: Jun 2010
Old 01-16-2011 , 06:00   Re: Strip Users Money
Reply With Quote #2

try this:
PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

#pragma semicolons 1

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR);
    
    
RegisterHam(Ham_Spawn"player""fwHamPlayerSpawnPost"1);
    
    
register_clcmd"buy""BlockBuy" );
}

public 
fwHamPlayerSpawnPostid )
{
    if ( 
is_user_connectedid ) )
    {
        
cs_set_user_moneyid);
    }
    return 
PLUGIN_HANDLED;
}

public 
BlockBuyid )
{
    return 
PLUGIN_HANDLED;


Last edited by JocAnis; 01-16-2011 at 06:13.
JocAnis is offline
ImXinR
Member
Join Date: Dec 2010
Old 01-16-2011 , 08:19   Re: Strip Users Money
Reply With Quote #3

Thanks It works
ImXinR is offline
Reply


Thread Tools
Display Modes

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 22:51.


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