mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
add some missing things from Shavit_GetPlainChatrank
This commit is contained in:
parent
7df2e2c959
commit
f8237a3fdc
@ -1684,6 +1684,12 @@ public int Native_GetPlainChatrank(Handle handler, int numParams)
|
||||
|
||||
FormatEx(sRank, 16, "%.03f", fPercentile);
|
||||
ReplaceString(buf, sizeof(buf), "{rank3}", sRank);
|
||||
|
||||
FormatEx(sRank, 16, "%d", Shavit_GetWRHolderRank(client));
|
||||
ReplaceString(buf, sizeof(buf), "{wrrank}", sRank);
|
||||
|
||||
FormatEx(sRank, 16, "%d", Shavit_GetWRCount(client));
|
||||
ReplaceString(buf, sizeof(buf), "{wrs}", sRank);
|
||||
}
|
||||
|
||||
TrimString(buf);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user