Raised This Month: $ Target: $400
 0% 

plugin random coloured message using @


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ToriQQ
Member
Join Date: Mar 2010
Old 09-11-2010 , 09:54   plugin random coloured message using @
Reply With Quote #1

PLUGIN REQUEST :using @thenwhateverthetext in chat in counter strike, a random colour will be displayed instead of a old plain white

thanks
__________________

ToriQQ is offline
Alka
AMX Mod X Plugin Approver
Join Date: Dec 2006
Location: malloc(null)
Old 09-11-2010 , 10:02   Re: plugin random coloured message using @
Reply With Quote #2

Actually there are more colors, but you must put a color specific letter after '@'.

@r "Hello guys" -> Hello guys! - red
@g - green
@c - cyan
@b - blue
@y - yellow
@w - white
__________________
Still...lovin' . Connor noob! Hello
Alka is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 09-11-2010 , 18:57   Re: plugin random coloured message using @
Reply With Quote #3

Quote:
Originally Posted by ToriQQ View Post
PLUGIN REQUEST :using @thenwhateverthetext in chat in counter strike, a random colour will be displayed instead of a old plain white
In adminchat.sma starting on line 110 change:

PHP Code:
    new ni
    
if (a)
    {
        
n++
        
s++
    } 
to this:

PHP Code:
    new ni
    
if (a)
    {
        
n++
        
s++
    }
    else
    {
        
random_num(1,7)
    } 
Should create random color if no color is specified.
__________________
fysiks is offline
Mxnn
Veteran Member
Join Date: Aug 2009
Location: AT MY HOME
Old 09-11-2010 , 19:25   Re: plugin random coloured message using @
Reply With Quote #4

Quote:
Originally Posted by Alka View Post
Actually there are more colors, but you must put a color specific letter after '@'.

@r "Hello guys" -> Hello guys! - red
@g - green
@c - cyan
@b - blue
@y - yellow
@w - white
You forgot @o - orange and @m - magenta ;D
Mxnn 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 20:10.


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