# v1.0.2

{% hint style="danger" %}
Due to the number of files changed, the developer highly recommends that you perform a full reinstall of the script to ensure everything works smoothly!
{% endhint %}

## Fixes

* Fix issue where preview (ghost) vehicle would duplicate - huge thanks to @Osas
* Fix xenonHeadlights price `NaN` bug
* Fix QBCore `SetJobDuty`
* Fix `vehShared can't index a nil value` error
* Fix qb-skillbar firing callback immediately
* Electric vehicles now actually have electric vehicle servicing parts

## Sound

*xSound has been completely removed as a dependency*, and the script now uses the native sound engine. If you installed xsound for this script, you can remove it.

## Locales

I found even more missing locales... sorry! Again, you will need to do a diff check if you have modified locales. There weren't too many added!

{% hint style="info" %}
**Config**

&#x20;No config changes!
{% endhint %}

## Changed Files

* audiodirectory/jg\_mechanic.awc
* audiodirectory/jg\_mechanic.awc.xml
* audiodirectory/jg\_mechanic/hydraulic\_left.wav
* audiodirectory/jg\_mechanic/repair\_left.wav
* client/cl-carlift.lua
* client/cl-minigames.lua
* client/cl-mods.lua
* client/cl-tablet.lua
* data/audioexample\_sounds.dat54.rel.xml
* data/carcols\_gen9.meta
* data/carmodcols\_gen9.meta
* data/jg\_mechanic\_sounds.dat54.rel
* framework/cl-functions.lua
* framework/sv-functions.lua
* fxmanifest.lua
* web (entire folder)
* locales (translations modified)

<br>


---

# 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:

```
GET https://docs.jgscripts.com/mechanic/changelog/v1.0.2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
