Raised This Month: $ Target: $400
 0% 

Round End HUD


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
shuttle_wave
Veteran Member
Join Date: Apr 2009
Location: New Zealand
Old 02-10-2010 , 00:13   Round End HUD
Reply With Quote #1

i just made a quick round end hud. but i want to replace round draw, hostage resurce with no one wins and remove game comecing

PHP Code:
#include <amxmodx>
#include <amxmisc>
new const VERSION[] = "1.0"
public plugin_init() {
    
register_plugin("Round End Hud"VERSION"Shuttle_Wave")
    
register_message(get_user_msgid("TextMsg") ,"message_TextMsg")
}
public 
message_TextMsg( const MsgId, const MsgDest, const MsgEntity )
{    
    static 
message[32]
    
get_msg_arg_string(2messagecharsmax(message))
    
    if(
equal(message"#Terrorists_Win"))
    {
  
set_hudmessage20000, -1.00.4043.08.00.00.010);
  
show_hudmessage(0"Prisoners Win!^nAll Guards were killed in action.")  
    }
    else if(
equal(message"#CTs_Win"))
    {
  
set_hudmessage00200, -1.00.4043.08.00.00.010);
  
show_hudmessage(0"Guards Win!^nAll Prisoners were defeated."
    }
 else
 {
        
set_hudmessage(02550, -1.0, -1.000.03.02.01.0, -1);
        
show_hudmessage(0"No one won.");
 }

__________________
JailBreak Mod with Plugin API ( 90% ) Public
shuttle_wave 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:20.


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