• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Request] Different colours in comments for admins
#1
hello guyz wassup?.. i wanna plugin that can change colour of name of admins

if anyone know then please help me



thanks
  Reply
#2
You want to change their names in chat or scoreboard?
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#3
(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
~FYANB~ Servers Website

Primary Account:
[Image: 76561198070236721.png]
Secondary Account:
[Image: 76561198096107676.png]
Third Account:
[Image: 76561198164751656.png]
  Reply
#4
Smile yes i want this..
  Reply
#5
Photo 
[/quote]
  Reply
#6
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.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#7
Mine got archived Dodgy

http://www.itsmods.com/forum/Thread-Rele...sions.html
I now host all my MW3 projects on my private GIT repo
  Reply
#8
@SgtLegend how to compile code.. i cant understand please help me
  Reply
#9
The attachments are at the bottom of the first post
I now host all my MW3 projects on my private GIT repo
  Reply
#10
@SgtLegend I have IAM script is this works on it?
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)