dosh string

This commit is contained in:
GenZmeY 2022-09-12 20:35:18 +03:00
parent 6a7b22b1dd
commit 2b70ddf3fb

View File

@ -812,7 +812,7 @@ function DrawPlayerEntry(Canvas C, int Index, float YOffset, float Height, float
else else
{ {
C.SetDrawColorStruct(Settings.Style.DoshTextColorMid); C.SetDrawColorStruct(Settings.Style.DoshTextColorMid);
StrValue = GetNiceSize(int(KFPRI.Score)); StrValue = "£" $ GetNiceSize(int(KFPRI.Score));
} }
DrawTextShadowHVCenter(StrValue, DoshXPos, YOffset, DoshWBox, Height, FontScalar); DrawTextShadowHVCenter(StrValue, DoshXPos, YOffset, DoshWBox, Height, FontScalar);