Everything is in the title, couldn’t find on Google
Thanks in advance
Go to darkrp>gamemode>modules>hud>cl_hud.lua and scroll down to line 125. Either delete or comment out lines 125-129. Easiest way right there.
The lines should look like this:
if localplayer:getDarkRPVar("HasGunlicense") then
surface.SetMaterial(Page)
surface.SetDrawColor(255, 255, 255, 255)
surface.DrawTexturedRect(RelativeX + HUDWidth, Scrh - 34, 32, 32)
end