> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Spieler-Queue-Priorität setzen

> Setzt eine Queue-Priorität für eine online Spieler-ID.

Setzt eine Queue-Priorität für eine online Spieler-ID.

<CodeGroup>
  ```lua Export theme={null}
  exports["easy_allowlist"]:setPlayerQueuePriority(playerId, priority)
  ```

  ```lua Example theme={null}
  local playerId = 61
  exports["easy_allowlist"]:setPlayerQueuePriority(playerId, 15)
  ```
</CodeGroup>

### Parameter

| Name       | Datentyp | Beschreibung           |
| ---------- | -------- | ---------------------- |
| `playerId` | integer  | Server-ID des Spielers |
| `priority` | integer  | Queue-Priorität        |


## Related topics

- [Queue](/de/easy-allowlist/server/queue/index.md)
- [Identifier-Queue-Priorität setzen](/de/easy-allowlist/server/queue/set-identifier-queue-priority.md)
- [Discord-Rollen-Queue-Priorität setzen](/de/easy-allowlist/server/queue/set-discord-role-queue-priority.md)
- [Identifier-Queue-Priorität entfernen](/de/easy-allowlist/server/queue/remove-identifier-queue-priority.md)
- [Queue-Infos abrufen](/de/easy-allowlist/server/queue/get-queue-info.md)
