Jump to content
  • 0

Can't get rid of this text on my GUI?


AiiDynBrus

Question

Hey guys my server hosting company has put "Blood & Humanity text and also Zombie kills, PLayer Kills and something else and im trying to get rid of it but can't find anything, Also the server hosting company said " The guy that made it no longer works here nor do we have contact with him any more "

I want to keep the food and thirst and sound and stuff but just the other stuff i want gone? Anyone know?

Spoiler

1fc1c3e7ec430e667ef14cbfab52b17c.png

 

Link to comment
Share on other sites

Recommended Posts

  • 0

its in the ATD_Hud.h  I have this commented out as it was bothering me as well. 

All you need to do is comment out the block of code associated with it.

If im not mistaken, this is one of the blocks of code you need to comment out   put    */      before the block and     /*    at the end of the blocks.

//HUMANITY LABEL
            class RscText_1424: RscTextGUIK
            {
                idc = 1424;
                text = "Humanity:";
                x = 0.845 * safezoneW + safezoneX;
                y = 0.862 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                h = 0.047 * safezoneH;
                colorText[] = {1,1,1,1.0};
                size = 0.03;
                sizeEx = 0.03;
            };
            

Link to comment
Share on other sites

  • 0
20 minutes ago, theduke said:

its in the ATD_Hud.h  I have this commented out as it was bothering me as well. 

All you need to do is comment out the block of code associated with it.

If im not mistaken, this is one of the blocks of code you need to comment out   put    */      before the block and     /*    at the end of the blocks.

//HUMANITY LABEL
            class RscText_1424: RscTextGUIK
            {
                idc = 1424;
                text = "Humanity:";
                x = 0.845 * safezoneW + safezoneX;
                y = 0.862 * safezoneH + safezoneY;
                w = 0.08 * safezoneW;
                h = 0.047 * safezoneH;
                colorText[] = {1,1,1,1.0};
                size = 0.03;
                sizeEx = 0.03;
            };
            

He doesn't have that file. Solution was posted and he's fixed it already.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...