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!
Comentarios