## Configuration
```lua
-- config.lua
Config.Locale = 'en' -- 'en' | 'es'
Config.actionCooldown = 1500 -- ms between menu actions
Config.menuToggleCooldown = 300 -- ms between menu opens
Config.alarmDuration = 10000 -- ms the vehicle alarm stays on
```
---
## Usage
| Key | Action |
|-------|-------------------|
| `F5` | Open / close menu |
| `ESC` | Close menu |
The menu has 3 tabs:
### Actions
- **Vehicle** — Put a nearby player into / pull them out of a vehicle (auto `/me` message).
- **Carry** — Pick up / drop a nearby player on your shoulder.
- **Search** — Search a nearby player (they must have hands up). Fires the search event server-side.
### Clothing
Toggles each clothing item on/off with an animation: hair, mask, hat, visor, glasses, earring, neck, jacket, shirt, vest, gloves, watch, bracelet, bag, pants, and shoes.
### Vehicle *(only visible while inside a vehicle)*
Full control of the current vehicle:
- Engine, lights, high beams, interior light
- Hood, trunk, individual doors
- Windows, seat switching
- Left/right indicators, alarm
- Convertible roof *(convertibles only)*
---

