Wie veränder ich die Farbe eines TD
Bei mir iso so aber da kommen iwie kommische Zahlen...
if(vhp>=651)
{
format(str, sizeof(str), "Schaden: {10A100}%d%%", floatround(vhp/10.0));
}
else if(vhp>=650)
{
format(str, sizeof(str), "Schaden: {CCB416}%d%%", floatround(vhp/10.0));
}
else if(vhp>=400)
{
format(str, sizeof(str), "Schaden: {FF0000}%d%%", floatround(vhp/10.0));
}