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

I Need Name plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Drissdev1
Senior Member
Join Date: Jun 2014
Old 01-24-2015 , 18:53   I Need Name plugin
Reply With Quote #1

Pless Wath name The plugin ?

__________________
Drissdev1 is offline
choloo
Senior Member
Join Date: Nov 2014
Location: Groznyj, Chechnya
Old 01-24-2015 , 20:20   Re: I Need Name plugin
Reply With Quote #2

If you mean HUD with date and time here it is: (Its on the left side under the radar)
PHP Code:
/* Plugin generated by NOTEPAD thanks to open minds :))
        (c) 2013 by CryWolf
        www.eXtreamCS.com
    */
    
    #include < amxmodx >
    
    #pragma semicolon 1
    
    //Plugin registration
    
new const
        
PLUGIN_NAME    [ ] = "AMXX Timer",
        
PLUGIN_VERSION    [ ] = "0.0.1",
        
PLUGIN_AUTHOR    [ ] = "CryWolf"// aka. AzaZeL

    
new g_MsgSync;

public 
plugin_init ( )
{
    
register_plugin PLUGIN_NAMEPLUGIN_VERSIONPLUGIN_AUTHOR );
    
    
g_MsgSync CreateHudSyncObj ( );
    
    
set_task 1.1"TskShowTime"0""0"b" );
}

public 
TskShowTime ( )
{
    static 
timer 33 ];
    
get_time "Date: %d.%m.%Y^nTime:%H:%M:%S"timercharsmax timer ) );
    
    
set_hudmessage 02550, -3.80.20_1.0__);
    
ShowSyncHudMsg 0g_MsgSync"%s"timer );

choloo 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 05:30.


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