> For the complete documentation index, see [llms.txt](https://docs.tworst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tworst.com/getting-started-installation/scripts/lite-jobs-pack/changelog/v1.3.3.md).

# v1.3.3

## Fixed

* **Delivery:** customer NPCs sometimes didn't appear at drop-off points (especially in busy areas) — they now spawn reliably and auto-recover if cleared
* **Car Detailer & Power Wash:** the spray tool could discharge like a real weapon (vehicle/ped damage, bullet impacts, anticheat infinite-ammo flags) — fully suppressed now
* **Diving & Treasure Hunter:** oxygen tank silently refilled between actions while underwater — fixed
* **Fishing:** player could float / lift off the ground while fishing — added a strict-position option (enable in config if you see it)
* **End-of-job panel:** repositioning it in move mode could accidentally trigger Continue/End — footer buttons are now inert while dragging
* Updated and added missing localization strings across all 11 languages

## Changed Files

* `client/jobs/delivery.lua`
* `client/jobs/cardetailer.lua`
* `client/jobs/powerwash.lua`
* `client/jobs/diving.lua`
* `client/jobs/treasurehunter.lua`
* `client/jobs/fishing.lua`
* `shared/jobs/fishing.lua`
* `html/main.css`
* `html/dist/**` (NUI rebuild)
* `locales/*.json` + `html/public/locales/*.json` + `html/dist/locales/*.json` (all languages)
* `fxmanifest.lua` (version bump)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tworst.com/getting-started-installation/scripts/lite-jobs-pack/changelog/v1.3.3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
