# Delivery

* `Language.Default` / `Fallback`.
* `AllowClientSelection`: allow players to switch.
* `Available`: visible locales (`fr`, `en`, `es` by default).

{% hint style="info" %}
If you buy a vehicle and you dont get the car, you can go on /server/delivery.lua\
\
And edit this code : <br>

`local props = { model = item.id, plate = plate }` \
\
To : \
\
`local props = { model = GetHashKey(item.id), plate = plate }` \
\
Note : This fix as been made with **cd\_garage** (credits to : Nick <3)<br>
{% endhint %}
