Raised This Month: $ Target: $400
 0% 

Hide and Block Money


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
neverminde
Senior Member
Join Date: Feb 2011
Location: St.Piter
Old 04-15-2011 , 13:31   Hide and Block Money
Reply With Quote #1

I have cut out this from drmanager plugin. Will it block players money?
PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

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

new g_iMsgMoney

public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_event"Money",     "EventMoney",      "b" );
}
public 
EventMoneyid ) {
        
set_pdata_intid115);
        
        
message_beginMSG_ONE_UNRELIABLEg_iMsgMoney_id );
        
write_long );
        
write_byte );
        
message_end( );

And about hiding : For this i use hud_customizer plugin.
http://forums.alliedmods.net/showthr...t=76947&page=3
But I want to use as little as possible code.
I have been trying to cut it too, but there are many errors.
neverminde is offline
 


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 19:57.


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