> For the complete documentation index, see [llms.txt](https://nayzeee-dev.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nayzeee-dev.gitbook.io/docs/nayzeee-scripts/nayzeee-carmenu/installation.md).

# Installation

1. **Extract Files**\
   \&#xNAN;*Extract `nayzeee-carmenu` into your server resources folder.*

   Example:

   ```
   resources/
   └── [nayzeee]/
       └── nayzeee-carmenu/
   ```
2. **Configure Script**\
   \&#xNAN;*Configure the script inside `config.lua`.*

   Example configuration:

   ```lua
   Config.Command = 'carmenu'
   Config.UseKeybind = true
   Config.Keybind = 'F5'
   ```
3. **Add to Server Config**\
   \&#xNAN;*Ensure the resource is started after dependencies.*

   ```cfg
   ensure nayzeee-carmenu
   ```
4. **Restart Server**\
   \&#xNAN;*Restart or start the resource to load the script.*

***

### Troubleshooting

| Issue                | Solution                                         |
| -------------------- | ------------------------------------------------ |
| Menu not opening     | You must be inside a vehicle                     |
| Keybind not working  | Check keybind conflicts or try using the command |
| Features not working | Some vehicles may not support all menu features  |
