seta hud_notify_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
seta hud_notify_bg_border "" "if set to something else than \"\" = override default size of border around the background"
seta hud_notify_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
-seta hud_healtharmor_flip 0 "order the list top to bottom instead of bottom to top"
+seta hud_notify_flip 0 "order the list top to bottom instead of bottom to top"
seta hud_notify_print 0 "also con_notify print the messages that are shown on the notify panel"
seta hud_notify_time 5 "time that a new entry stays until it fades out"
seta hud_notify_fadetime 2 "fade out time"
fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_flip ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_flip"))), "\n"));
fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_mirror ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_mirror"))), "\n"));
break;
+ case 4:
+ fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_flip ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_flip"))), "\n"));
+ break;
case 9:
fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_alreadyvoted_alpha ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_alreadyvoted_alpha"))), "\n"));
break;