Raised This Month: $ Target: $400
 0% 

Blocking messages


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 02-19-2006 , 19:36   Blocking messages
Reply With Quote #1

I'm trying to block a message but it doesn't seem to be working:
Code:
register_message(get_user_msgid("TextMsg") , "block_message");
Code:
public block_message(msg_id , msg_dest , msg_ent) {     new const count = get_msg_args();     for(new i = 0; i < count; i++) {         if(get_msg_argtype(i) == ARG_STRING) {             new value[64];             get_msg_arg_string(i , value , 63);             if(equal(value , "#Cannot_Carry_Anymore")) {                 return PLUGIN_HANDLED;             }         }     }     return PLUGIN_CONTINUE; }
A solution would be appreciated. Thanks
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x 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 20:17.


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