Colored Server name? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Colored Server name? (
/showthread.php?tid=461255)
Colored Server name? -
Pawnie - 01.09.2013
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?
Код:
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.!");
}
}
Re: Colored Server name? -
park4bmx - 01.09.2013
u cant!