top of page

How to Remove the Gobble Gum Widget

NOTE

 

All LUA tutorials require L3AKMOD. Follow the tutorial on how to install it HERE.


This tutorial requires you to have a custom HUD set up for your map. If you don't have one, follow this tutorial HERE.




SCRIPT

 

Navigate to your mapname.lua HUD file and open it.


Find the following line and place two dashes "--" before it to comment it out:

HudRef:addElement(GumWidget)

It should look like this:


--HudRef:addElement(GumWidget)

That's it!

0 comments

Related Posts

See All

Installing L3akMod for LUA

NOTE If you're doing anything with LUA, such as custom perk icons or a custom HUD, you NEED L3akMod. Download L3eakMod HERE. You will...

Setting up a Custom HUD

NOTE All LUA tutorials require L3AKMOD. Follow the tutorial on how to install it HERE. Download the required files HERE (From D3V Team)....

Comentarios


bottom of page