Raised This Month: $ Target: $400
 0% 

How to hide this text?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
kiki33hun
Veteran Member
Join Date: Jul 2011
Location: Magyarország
Old 12-15-2011 , 14:59   Re: How to hide this text?
Reply With Quote #8

PHP Code:
#include <amxmodx>

new g_blockstatus[33// set to true for someone

public plugin_init()
{
    
register_plugin("Status""Value""Sucks")
    
register_message(get_user_msgid("StatusValue"), "message_statusvalue")
}

public 
message_statusvalue()
{
    if (
get_msg_arg_int(1) == && g_blockstatus[get_msg_arg_int(2)])
    {
        
// Pretend the previous message never arrived
        
set_msg_arg_int(1get_msg_argtype(1), 1)
        
set_msg_arg_int(2get_msg_argtype(2), 0)
    }

Its working?
__________________
kiki33hun 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 11:58.


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