# Faq

## FAQ

### Shop does not open

Check:

```txt
- script is ensured
- framework is correct
- inventory is correct
- target system is correct
- player has supported weapons
```

***

### NPC does not appear

Check:

```txt
Config.ShopLocation.npc.enabled = true
```

Also make sure the coordinates are valid.

***

### Blip does not appear

Check:

```txt
Config.ShopLocation.blip.enabled = true
```

***

### Skins do not apply

Check:

```txt
- stream .ytd file exists
- file name matches config skin key
- texture inside .ytd is named diffuse
- weapon texture names are correct
- weapon parts are correct
```

***

### Weapon does not show in shop

Check:

```txt
- weapon exists in Config.Weapons
- weapon category is valid
- inventory system detects the weapon
```

***

### Preview is broken

Check:

```txt
- preview coordinates
- preview camera settings
- weapon model name
```

***

### Purchases fail

Check:

```txt
- player has enough money
- Config.Currency is correct
- framework money system is working
- standalone mode behavior is configured correctly
```

***

### Need more help?

Check:

```txt
- config.lua
- console errors
- database import
- stream folder files
```


---

# 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/gameplay/weapon-skins/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.
