Raised This Month: $12 Target: $400
 3% 

Spieler XY warf die Bombe weg


  
 
 
Thread Tools Display Modes
Author Message
GALAXY
Senior Member
Join Date: Jun 2004
Location: Koblenz
Old 05-21-2013 , 13:09   Spieler XY warf die Bombe weg
#1

Hallo zusammen!
Ich habe eine kleine Frage. Seit der Umstellung von Cs und dem neuen AMXX habe ich folgendes Problem, dass wenn ein Spieler die Bombe wegwirft der eingeblendete Text nach dem wegwerfen dauerhaft eingeblendet bleibt. Normalerweise ging die Einblendung nach einigen Sekunden weg!
Was jetzt nicht der Fall ist. Vielleicht kann mir jemand sagen was das ist! Bzw. wie ich das beheben kann.
__________________
GALAXY is offline
Send a message via ICQ to GALAXY
bibu
Veteran Member
Join Date: Sep 2010
Old 05-21-2013 , 16:14   Re: Spieler XY warf die Bombe weg
#2

Soviel ich weiss ist das ein Bug seit den neuen Updates, musst auf das neue warten, oder nen Plugin schreiben lassen.
__________________
Selling tons of my own private works.
Accepting paid work for clans and communities.
Don't hesitate to contact me.
bibu is offline
GALAXY
Senior Member
Join Date: Jun 2004
Location: Koblenz
Old 05-25-2013 , 15:25   Re: Spieler XY warf die Bombe weg
#3

Danke für eine Antwort also update in einer neueren AMXX Version?
__________________
GALAXY is offline
Send a message via ICQ to GALAXY
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
#4

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
GALAXY
Senior Member
Join Date: Jun 2004
Location: Koblenz
Old 05-27-2013 , 11:01   Re: Spieler XY warf die Bombe weg
#5

ich bin nicht ganz so bewandert in sachen Plugins wo muss ich das ändern bzw. ist das ein plugin was ich colpilieren muss?
LG
__________________
GALAXY is offline
Send a message via ICQ to GALAXY
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 05-27-2013 , 11:09   Re: Spieler XY warf die Bombe weg
#6

Habs getestet, funktioniert leider nicht. Kannst ja mal im Suggestions Forum ne Anfrage stellen.
__________________
Kia is offline
 


Thread Tools
Display Modes

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 13:25.


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