function serverCmdmoney(%guy)
{
%money = %guy.money;
if(%money == 100)
%color = "\c0";
if(%money == 1000)
%color = "\c2";
if(%money == 1000)
%color = "\c1";
messageClient(%guy, '', %color @ %money);
}
Depending on the color you use, \cnumber can work. Use /colortest ingame to see the colors.