Advanced Customization
Adding New Tasks
You can add new tasks by simply defining them in the Config.Tasks
table in the config.lua
file.
Example of Adding a New Task:
This new task will require players to escort a VIP from one location to another, adding more variety to the available missions.
👍Integrating Custom Notifications (This is Not Available In Script But Available Soon)
If you want to use a different notification system other than ox_lib
, you can customize the Notify
function in client/main.lua
.
Example of Custom Notification Integration:
This allows you to integrate your preferred notification system seamlessly into the Task Runner Script.
Last updated