Tasks
A simple resource that will display a player's current task
Last updated
A simple resource that will display a player's current task
Download and unzip the thommie-tasks.zip
Add "ensure thommie-tasks" to your server.cfg
(re)start your server and you are done.
You can easily use the exports we have integrated into the resource, this will make the resource easy to use and you can implement it into any resource.
exports['thommie-tasks']:showTask(title, description) -- Show the current task
exports['thommie-tasks']:hideTask() -- Hide the current taskLast updated