View Single Post
Ellie
Senior Member
Join Date: Apr 2013
Old 03-14-2014 , 12:30   Re: [INC] Colors (1.0.5)
Reply With Quote #394

Hey, I was debating whether using this include or more colors. More colors works great with TF2 which I tested, but it doesn't work for non-source 2009 games like L4D2 (which is unbelievable since L4D2 was released in 2009 and is a source game). However, it has some stocks maybe that can be added to colors.inc such as:

Code:
/** 
 * Shows admin activity with colors 
 *  
 * @param client        Client performing an action 
 * @param message        Message (formatting rules) 
 * @noreturn 
 */ 
stock CShowActivity(client, const String:message[], any:...) 

/** 
 * Shows admin activity with colors 
 *  
 * @param client        Client performing an action 
 * @param tag            Tag to prepend to the message (color tags supported) 
 * @param message        Message (formatting rules) 
 * @noreturn 
 */ 
stock CShowActivityEx(client, const String:tag[], const String:message[], any:...) 

/** 
 * Shows admin activity with colors 
 *  
 * @param client        Client performing an action 
 * @param tag            Tag to prepend to the message (color tags supported) 
 * @param message        Message (formatting rules) 
 * @noreturn 
 */ 
stock CShowActivity2(client, const String:tag[], const String:message[], any:...)
Can someone add those to colors.inc please

Last edited by Ellie; 03-14-2014 at 12:31.
Ellie is offline