Exports
Use the following exports to control the UI in your scripts
Show the UI
local heading = 'ProjectFinals'
local Desc = 'This is description'
exports['finals-drawtext']:PFCallTextUI(heading, Desc)
Hide the UI
exports['finals-drawtext']:PFHideTextUI()
Example use case: Display job instructions or alerts when a player enters a zone, starts a delivery, or interacts with an NPC.
Last updated