[Help] Delete FP and BT Bar

04/28/2020 00:27 DeserteurFR#1
Hello ePvPers !

Actually, i working on my own server, but i need to delete the FP and BT bar (These bars are useless for my server) anyone know how to delete these bars please ?

[Only registered and activated users can see links. Click Here To Register...]
04/28/2020 05:40 Hyellow#2
Quote:
Originally Posted by DeserteurFR View Post
Hello ePvPers !

Actually, i working on my own server, but i need to delete the FP and BT bar (These bars are useless for my server) anyone know how to delete these bars please ?

[Only registered and activated users can see links. Click Here To Register...]
Here you go!

It took me 3minutes to do this for you.


THANK YOU SO MUCH FOR HELPING OUR COMMUNITY *Hart*Hart*
04/28/2020 10:59 DeserteurFR#3
Thanks you for your help, i appreciate it :)
04/28/2020 11:47 Tweeney#4
You can remove the BT Exp% on WndField.cpp

Code:
#ifndef __REMOVE_BTEXP		
		p2DRender->TextOut( x - (int)(nCharEXP*5.8f), lpAExp->rect.top - 0, cbufExp, dwColor, 0xff000000 );
#endif //
or just simply comment/remove it
Code:
	
//		p2DRender->TextOut( x - (int)(nCharEXP*5.8f), lpAExp->rect.top - 0, cbufExp, dwColor, 0xff000000 );
04/30/2020 16:51 DeserteurFR#5
#fixed

You can close the topic