> 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-traffic/installation.md).

# Installation

1. **Extract Files**\
   \&#xNAN;*Extract `nayzeee-traffic` into your server resources folder.*
2. **Configure Script**\
   \&#xNAN;*Edit the configuration file to match your server settings.*

   Edit:

   ```
   shared/config.lua
   ```

   Example configuration:

   ```lua
   Config.Command = 'traffic'
   Config.AdminGroups = { 'admin', 'superadmin', 'god' }
   ```
3. **Add to Server Config**\
   \&#xNAN;*Ensure the resource is started after dependencies.*

   ```cfg
   ensure nayzeee-traffic
   ```

***

### Troubleshooting

| Issue                | Solution                                   |
| -------------------- | ------------------------------------------ |
| Command not working  | Check admin group configuration            |
| Settings not saving  | Check server file permissions              |
| Density not changing | Restart server after configuration changes |
