mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Fix hud
This commit is contained in:
parent
6548d12abb
commit
5dd67c06be
@ -506,7 +506,7 @@ void UpdateHUD(int client)
|
||||
char[] sFormatNPaused = new char[64];
|
||||
FormatEx(sFormatPaused, 64, "%T %d\t", "HudPaused", client, iPotentialRank);
|
||||
FormatEx(sFormatNPaused, 64, "%s %d\t", sTime, iPotentialRank);
|
||||
Format(sHintText, 512, "%s%T: <font color='#%s'>%s</font> (%d)", sHintText, "HudTimeText", client, sColor, (tStatus == Timer_Paused)? sFormatPaused:sFormatNPaused);
|
||||
Format(sHintText, 512, "%s%T: <font color='#%s'>%s</font>", sHintText, "HudTimeText", client, sColor, (tStatus == Timer_Paused)? sFormatPaused:sFormatNPaused);
|
||||
}
|
||||
|
||||
if(fPB > 0.0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user