16.02.2019, 23:57
What...
can easy be done
pawn Код:
color[100];
pawn Код:
if(playerData[i][playerAdminDuty] == true)
{
color = "{FF0770}"; // pink
}
else color = "{C0C0C0}"; //grey
pawn Код:
new color, string[12];
color = 0xFF0770AA >>> 8;
format(string, 12, "{%06x}", color);