Raised This Month: $ Target: $400
 0% 

Looking for some ''hud'' plugins


Post New Thread Reply   
 
Thread Tools Display Modes
Ambrosia
Senior Member
Join Date: Mar 2008
Old 07-25-2012 , 22:41   Re: Looking for some ''hud'' plugins
Reply With Quote #21

OMG, Wickedd was correct.
I didn't check all the settings for stats in amxmodmenu.
A lot of stuff were disabled, that's the thing I was looking for and it's all enabled now.
guilhos sorry man for wasting your time due to my own mistake!

It's all been sorted out now and more even, thanks for pointing that out wickedd and guilhos for trying.

Much appreciated guys!
Ambrosia is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 07-25-2012 , 22:43   Re: Looking for some ''hud'' plugins
Reply With Quote #22

Do me just one favor, try my plugin and see if works
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
Ambrosia
Senior Member
Join Date: Mar 2008
Old 07-25-2012 , 22:45   Re: Looking for some ''hud'' plugins
Reply With Quote #23

Still issues with it, due to the strings/messages being on the same line.

[IMG]http://img577.**************/img577/7739/38563985.png[/IMG]

Last edited by Ambrosia; 07-25-2012 at 22:52. Reason: image
Ambrosia is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 07-25-2012 , 22:57   Re: Looking for some ''hud'' plugins
Reply With Quote #24

PHP Code:
// Credits to Connor because Replace MSG

#include <amxmodx>
#include <csx>

public plugin_init()
{
    
register_plugin("BombInfo""0.0.5""Freestyle")
    
register_message(get_user_msgid("TextMsg"), "Message_TextMsg")
}

public 
Message_TextMsg(iMsgIdiMsgDestid)
{
    if( !
id && get_msg_arg_int(1) == print_center )
    {
        new 
szMessage[15]
        
get_msg_arg_string(2szMessagecharsmax(szMessage))
        if( 
equal(szMessage"#Bomb_Planted") )
        {
            return 
PLUGIN_HANDLED
        
}
        if( 
equal(szMessage"#Bomb_Defused") )
        {
            return 
PLUGIN_HANDLED
        
}
    }
    return 
PLUGIN_CONTINUE
}  

public 
bomb_defused(Defuser
{
    new 
NickName[32]
    
get_user_name(DefuserNickNamecharsmax(NickName))
    
    
set_hudmessage(random(256), random(256), random(256), 0.420.3)
    
show_hudmessage(0"%s defused the bomb."NickName)
}

public 
bomb_defusing(Defuser
{  
    new 
NickName[32]  
          
    
get_user_name(DefuserNickNamecharsmax(NickName))
    
    
set_hudmessage(002550.420.3)
    
show_hudmessage(0"%s is Defusing The bomb"NickName)  
}  

public 
bomb_planted(Planter
{
    new 
NickName[32]
    
get_user_name(PlanterNickNamecharsmax(NickName))
    
    
set_hudmessage(random(256), random(256), random(256), .channel=-1)
    
show_hudmessage(0"%s planted the bomb."NickName)
}

public 
bomb_planting(Planter
{  
    new 
NickName[32]  
          
    
get_user_name(PlanterNickNamecharsmax(NickName))
    
    
set_hudmessage(25500, .channel=-1)
    
show_hudmessage(0"%s is planting The bomb"NickName)  
}  

public 
bomb_explode(Planter
{  
    new 
NickName[32]  
          
    
get_user_name(PlanterNickNamecharsmax(NickName))
    
    
set_hudmessage(25500, .channel=-1)
    
show_hudmessage(0"Bomb Explode! Thanks to %s"NickName)  

Sorry but I need to put this plugin works try this please
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
Reply



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 18:08.


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