Exports
showHintUI
exports['p_hints']:showHintUI(data)Example of usage
exports['p_hints']:showHintUI({
title = 'Example title',
text = 'Example <font>text</font>',
timeout = 5000, -- optional
position = 'center-left' -- center-left / center-right
})hideHintUI
exports['p_hints']:hideHintUI()Script Import
Example
Usage
Last updated