Raised This Month: $ Target: $400
 0% 

Help color screenfade


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Toallin
Junior Member
Join Date: Jun 2014
Old 06-22-2014 , 19:51   Help color screenfade
Reply With Quote #1

Best to all.
could help to create a colorful screenfade with some task
when I turn on the screen changes color every second random.
and when you turn off the display stops flashing.
Thanks.

Enable screenfade

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

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /colors""ShowColors")
}

public 
ShowColors(id)
{
        
//colored screenfade

disable screenfade

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

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
register_clcmd("say /uncolors""ShowUncolosr")
}

public 
ShowUncolors(id)
{
        
// disable color screenfade


Last edited by Toallin; 06-22-2014 at 19:53.
Toallin 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 21:09.


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