mirror of
https://github.com/BeamMP/Docs.git
synced 2025-07-01 23:45:46 +00:00
simplify printing player identifiers
Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com>
This commit is contained in:
parent
9b83e66d32
commit
887c2945cb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user