mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Merge remote-tracking branch 'origin/enum_structs' into enum_structs
This commit is contained in:
commit
f3f05d9e92
@ -969,6 +969,12 @@ int AddHUDToBuffer_CSGO(int client, huddata_t data, char[] buffer, int maxlen)
|
||||
AddHUDLine(buffer, maxlen, sLine);
|
||||
iLines++;
|
||||
}
|
||||
|
||||
if((gI_HUD2Settings[client] & HUD2_SPEED) == 0)
|
||||
{
|
||||
FormatEx(sLine, 128, "%d u/s", data.iSpeed);
|
||||
AddHUDLine(buffer, maxlen, sLine);
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user