# FAQ

## FAQ and Troubleshooting

### Chopping does not start

Check if the vehicle is inside the scrapyard zone. Check Config.OwnershipCheck settings. If onlyMissionVehicles is true then only mission vehicles work.

### Items not appearing in inventory

Make sure you added all item definitions to your inventory system. Make sure you added all item images to the correct folder.

### NPC not spawning

Check NPC coordinates in config.lua. Check F8 console for error messages. Make sure the ped model name is correct.

### Target not working on NPC

Make sure ox\_target or qb-target is running. Make sure Config.Target is set correctly. ox\_target requires ox\_lib version 3.30.0 or higher.

### Level system not working

Make sure you imported sql/install.sql into your database. Make sure Config.Levels.enabled is set to true.

### Mission vehicle stays locked after minigame

Make sure your target system is running properly. Check F8 console for error messages.

### ox\_target errors or not loading

Update ox\_lib to the latest version (3.30.0 or higher). Update ox\_target to the latest version. Both must be the latest version to work together.

### Vehicle can be walked through during chopping

This is handled by the script. Vehicle collision is preserved using SetEntityCollision. If this still happens restart the resource.


---

# 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/chop-shop-v2/faq.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.
