# Troubleshooting

| Problem                | Solution                         |
| ---------------------- | -------------------------------- |
| Script not starting    | Check ensure order in server.cfg |
| Menu not opening       | Verify SQL table is imported     |
| Vehicle not spawning   | Try different vehicle model      |
| Keys not working       | Verify Config.KeySystem value    |
| No payment             | Check F8 for framework errors    |
| Unknown on leaderboard | Complete 1 delivery to save name |
| HUD not visible        | Clear FiveM cache                |

#### Default Values

```
Deliveries per shift:     5
Time per delivery:        5 min
Speed bonus threshold:    2 min
Speed bonus:              +15%
Damage penalty:           -25%
Destroy threshold:        300 HP
Rental price:             $250
Deposit refund:           $150
Max level:                5
Max level bonus:          +50%
```


---

# Agent Instructions: 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://elena-scripts.gitbook.io/elenascripts/jobs-and-activities/delivery-job/troubleshooting.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.
