Client
show
exports.tr_lib:show(text, icon, key)Parameters
- text:
string - icon:
string(optional) The icon you want to show on the UI - key:
string(optional) The keyboard character you want to show on the UI
hide
exports.tr_lib:hide()Notes
- The
showfunction is automatically support multiple calls prevention, so you don't have to worry about it :)