Hud Text Exports

How to use the exports:

local hudText = exports['delta-headtags']:GetHudText(source)

local rawTag = exports['delta-headtags']:GetRawHeadTag(source)

It will return raw text, examples below;

~p~Current Headtag: ~w~<font color="#70FCC7">Developer</font> -- Hudtext with custom font

~p~Current Headtag: ~w~~g~Verified -- Hudtext without custom font ~g~Verified -- Raw Headtag

Last updated