Raised This Month: $ Target: $400
 0% 

Message on drop bomb


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-24-2010 , 19:21   Re: Message on drop bomb
Reply With Quote #2

PHP Code:
#include <amxmodx>

#define VERSION "0.0.1"

public plugin_init()
{
    
register_plugin("No Bomb Drop Msg"VERSION"ConnorMcLeod")

    
register_messageget_user_msgid("TextMsg"), "Message_TextMsg")
}

public 
Message_TextMsg(iMsgIdiMsgDestid)
{
    if( 
id )
    {
        new 
szMessage[17]
        
get_msg_arg_string(2szMessagecharsmax(szMessage))
        return 
equal(szMessage"#Game_bomb_drop")
    }
    return 
PLUGIN_CONTINUE

__________________
- tired and retired -

- my plugins -
ConnorMcLeod 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 00:14.


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