Raised This Month: $ Target: $400
 0% 

help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 04-30-2012 , 07:13   Re: help
Reply With Quote #6

Code:
#include < amxmodx > public plugin_init( ) {     register_event( "SendAudio", "eventTerroristWin", "a", "2=%!MRAD_terwin" );     register_event( "SendAudio", "eventCtWin", "a", "2=%!MRAD_ctwin" ); } public eventTerroristWin( ) {     set_hudmessage( random( 255 ), random( 255 ), random( 255 ), -1.0, 0.35, 0, 6.0, 12.0, 0.1, 0.2, -1 );     show_hudmessage( 0, "Terrorists Won!" );         return PLUGIN_HANDLED; } public eventCtWin( ) {     set_hudmessage( random( 255 ), random( 255 ), random( 255 ), -1.0, 0.35, 0, 6.0, 12.0, 0.1, 0.2, -1 );     show_hudmessage( 0, "Counter-Terrorists Won!" );         return PLUGIN_HANDLED; }
__________________
You can do anything you set your mind to, man.

Devil259 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:45.


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