For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tasks

A simple resource that will display a player's current task

How to install

  • Download and unzip the thommie-tasks.zip

  • Add "ensure thommie-tasks" to your server.cfg

  • (re)start your server and you are done.

How to use

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 task

Last updated