Text UI
Standalone Text-ui with clean design
Exports
Show Text UI
exports.ls_textui:showTextUI()
params: [
data: table [
id: 'string',
icon: 'string',
key: 'string'
message: 'string',
]
]
Example:
exports.ls_textui:showTextUI({{id = 'clothing_store', key = 'E', message = 'Open clothing store'}})
exports.ls_textui:showTextUI({{id = 'clothing_store', icon = 'far fa-basket-shopping-simple', message = 'Open clothing store'}})
You can use a key like 'E' or an icon like 'far fa-car', but only font awesome icons are supported.Hide Text UI
Get Text UI's
Last updated