Raised This Month: $ Target: $400
 0% 

Hide and Block Money


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 04-15-2011 , 16:25   Re: Hide and Block Money
Reply With Quote #2

Try this:
Code:
#include <amxmodx> #include <fakemeta> #define OFFSET_CSMONEY 115 public plugin_init() {     register_message(get_user_msgid("Money"), "MessageMoney");     register_message(get_user_msgid("HideWeapon"), "MessageHideWeapon"); } public MessageMoney(msgid, dest, id) {     set_pdata_int(id, OFFSET_CSMONEY, 0);     set_msg_arg_int(1, ARG_LONG, 0); } public MessageHideWeapon(msgid, dest, id) {     set_msg_arg_int(1, ARG_BYTE, get_msg_arg_int(1) | (1<<5)); }
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
 



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