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

Multijobs

For servers using multi job scripts who wants to avoid players from losing their permissions, you need to go to av_business/server/editable/job.lua and do the following modifications:

  • No code edits needed.

  • You can also find the following functions:

    • playerHired(playerId, job): Triggered when a player gets hired thru the business app.

    • playerFired(playerId, job): Triggered when an online player gets fired thru the business app.

    • playerFiredOffline(identifier, job): Triggered when an offline player gets fired thru the business app.

Last updated