Raised This Month: $ Target: $400
 0% 

Spieler XY warf die Bombe weg


  
 
 
Thread Tools Display Modes
Author Message
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 05-26-2013 , 04:28   Re: Spieler XY warf die Bombe weg
#1

Probier das mal, habs noch nich getestet.

PHP Code:
/* Script generated by Pawn Studio */

#include <amxmodx>
#include <amxmisc>
#include <engine>

#define PLUGIN    "No Bomb Message"
#define AUTHOR    "Kia"
#define VERSION    "1.0.0"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_message(get_user_msgid("TextMsg"),"MsgText")
}

public 
MsgText()
{
    static 
szMsg[32]
    
get_msg_arg_string(2szMsgcharsmax(szMsg))
    
    if(
equal(szMsg"#2=Dropped_The_Bomb"))
        return 
PLUGIN_HANDLED
    
return PLUGIN_CONTINUE

__________________
Kia 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 07:31.


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