mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-08 19:08:27 +00:00
add this format back because i messed up spectating someone
This commit is contained in:
parent
0f250cc780
commit
480dbefabc
@ -2588,6 +2588,8 @@ public void Shavit_OnFinish(int client, int style, float time, int jumps, int st
|
|||||||
{
|
{
|
||||||
if(client != i && IsValidClient(i) && GetSpectatorTarget(i) == client)
|
if(client != i && IsValidClient(i) && GetSpectatorTarget(i) == client)
|
||||||
{
|
{
|
||||||
|
FormatEx(sMessage, sizeof(sMessage), "%s[%s]%s %T",
|
||||||
|
gS_ChatStrings.sVariable, sTrack, gS_ChatStrings.sText, "NotFirstCompletionWorse", i, gS_ChatStrings.sVariable2, client, gS_ChatStrings.sText, gS_ChatStrings.sStyle, gS_StyleStrings[style].sStyleName, gS_ChatStrings.sText, gS_ChatStrings.sVariable2, sTime, gS_ChatStrings.sText, gS_ChatStrings.sVariable, iRank, gS_ChatStrings.sText, jumps, strafes, sSync, gS_ChatStrings.sText, sDifference);
|
||||||
Shavit_PrintToChat(i, "%s", sMessage);
|
Shavit_PrintToChat(i, "%s", sMessage);
|
||||||
|
|
||||||
if (sMessage2[0] != 0)
|
if (sMessage2[0] != 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user