mirror of
https://github.com/BeamMP/Docs.git
synced 2026-06-17 22:32:47 +00:00
simplify printing player identifiers
Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com>
This commit is contained in:
@@ -580,9 +580,7 @@ Example:
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
local player_id = 5
|
local player_id = 5
|
||||||
local ident = MP.GetPlayerIdentifiers(player_id)
|
print(MP.GetPlayerIdentifiers(player_id))
|
||||||
|
|
||||||
print(ident)
|
|
||||||
```
|
```
|
||||||
Output:
|
Output:
|
||||||
```json
|
```json
|
||||||
|
|||||||
Reference in New Issue
Block a user