Hi glad you like it!
class Banca_Hud: Life_RscText {
idc = 7;
text = "";
colorText[] = {1,1,1,1};
colorBackground[] = {0.06,0.06,0.06,0.8};
x = 0.87607012 * safezoneW + safezoneX;
y = 0.938 * safezoneH + safezoneY;
w = 0.0515625 * safezoneW;
h = 0.022 * safezoneH;
};
class Cash_Hud: Life_RscText {
idc = 8;
text = "";
colorText[] = {1,1,1,1};
colorBackground[] = {0.06,0.06,0.06,0.8};
x = 0.947281 * safezoneW + safezoneX;
y = 0.938 * safezoneH + safezoneY;
w = 0.0515625 * safezoneW;
h = 0.022 * safezoneH;
};
You shold change W and H if you want to make 100.000.000 fit in there, and yes you can add
sizeEx = 0.023;
if you want to make characters even smaller.
Hope you fix!