01.09.2013, 04:17
Uhm so how do I make it?
I mean I am making that auto changer but is it possible to make the letters be colored or not?
I mean I am making that auto changer but is it possible to make the letters be colored or not?
Код:
public ChangeServerName()
{
new var = random(2);
switch (var)
{
case 0: SendRconCommand("hostname {33FF33}We pwn pwn while you q.q!");
case 1: SendRconCommand("hostname Nothing do to.!");
}
}

