Hello, what I want is to change the color of the hud but change from several colors that transforms, for example, to green and then transforms to green
I don't know if it's possible? I had a zombie plague where that could be but I wanted to know how, My hud changes color but only blinks white
This is the part of the script where the hud is located
if(g_hud_type[ID_SHOWHUD] == 0) { // Default
set_hudmessage(40, 230, 76, -8.0, 0.75, 1, 6.0, 1.1, 0.0, 0.0, -1)
ShowSyncHudMsg(ID_SHOWHUD, g_MsgSync[1], "|%s|^n|%L - %s| - |%L - %s|^n|%L - %s| - |%L - %s|^n", g_playername[ID_SHOWHUD], id, "ZOMBIE_ATTRIB1", add_point(get_user_health(ID_SHOWHUD)), id, "ZOMBIE_ATTRIB5", add_point(get_user_armor(ID_SHOWHUD)), ID_SHOWHUD, "CLASS_CLASS", class, ID_SHOWHUD, "AMMO_PACKS1",
add_point(g_ammopacks[ID_SHOWHUD]))
}
|