simplify printing player identifiers

Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com>
This commit is contained in:
Samuel Towers
2025-01-16 09:22:59 +11:00
committed by GitHub
parent 9b83e66d32
commit 887c2945cb

View File

@@ -580,9 +580,7 @@ Example:
```lua
local player_id = 5
local ident = MP.GetPlayerIdentifiers(player_id)
print(ident)
print(MP.GetPlayerIdentifiers(player_id))
```
Output:
```json