ItsMods

Full Version: Different colours in comments for admins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello guyz wassup?.. i wanna plugin that can change colour of name of admins

if anyone know then please help me



thanks
You want to change their names in chat or scoreboard?
(12-21-2013, 23:34)SailorMoon Wrote: [ -> ]You want to change their names in chat or scoreboard?

uhm im thinking the chat.. use the nifty search bar in the corner theres one already made
Smile yes i want this..
[/quote]
Try to do it by the XUID.
Paste this to OnSay.
Code:
if(Client.XUID == "your xuid")
{
ServerSay(String.Format("^5{0}^7: {1}", Client.Name, Message), true); // change '5' to any number from '0' to '9', it will change your colors.
return ChatType.ChatNone; // removes uncolored name
}

0 - Black
1 - Red
2 - Green
3 - Yellow
4 - Blue
5 - Cyan
6 - Pink
7 - White ( aka default )
8 - Red for your Team, Green for enemies.
9 - Green for your Team, Red for enemies

The last two ( eight and nine ) - I don't remember them, just try it.
@SgtLegend how to compile code.. i cant understand please help me
The attachments are at the bottom of the first post
@SgtLegend I have IAM script is this works on it?
Pages: 1 2