This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Rainbow HUD messages using the HSV color model


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bruno_cso
Junior Member
Join Date: Jul 2010
Old 12-22-2010 , 10:33   Re: Rainbow HUD messages using the HSV color model
Reply With Quote #1

Exolent[jNr]


I have wanted this SMA and adds this code most wanted green leaves with a white light through.

SMA

PHP Code:
#include <amxmodx>
#include <amxmisc>



#define PLUGIN    "Data e Hora"

#define VERSION    "1.0"

#define AUTHOR    "Edited"



#define UPDATE_RATE 1.0


public plugin_init() {

    
register_plugin(PLUGINVERSIONAUTHOR);
   
    
set_task(UPDATE_RATE,"UpdateTime",_,_,_,"b");

}



public 
UpdateTime()


    new 
iPlayers[32],iNum,i;

    
get_players(iPlayers,iNum,"c");

   

    new 
Time[54];

    
get_time("Cs Elite Br^nData:%d/%m/%Y^nHora:%H:%M:%S",Time,53);

   

    for(
0<= iNumi++)

    {

        new 
id iPlayers[i];

        if(!
is_user_connected(id)) continue;

       

        
set_hudmessage(000,255,0000.800.0801.01.03.05.02);

        
show_hudmessage(id"%s"Time);

    }

}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1046\\ f0\\ fs16 \n\\ par }
*/ 
SMA that I want to let everyone see the clock.
__________________
[IMG]http://img18.**************/img18/8814/full20teamdu1.gif[/IMG]

Last edited by bruno_cso; 12-23-2010 at 22:04. Reason: reason for posting the SMA.
bruno_cso 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 19:33.


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