ItsMods

Full Version: How to remove the bottom XP bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: eqndGYK.png]
How do I remove it in my mod?
Thank you.
(06-11-2015, 01:20)kreb Wrote: [ -> ][Image: eqndGYK.png]
How do I remove it in my mod?
Thank you.

The only way to remove it is to transform your public match into a private match

Code:
setDvar( "xblive_privatematch", 1);

Another solution is to modify the texture of the xp bar in the weapon files and make it transparent. Dont ask me how, I am shit at modifying textures