Identifiers - SwitchNetwork/fivem-wiki GitHub Wiki
Lua Example
GetPlayerIdentifiers(PlayerId)
Identifier types
Identifier | Description |
---|---|
license | Rockstar license |
ip | IP address |
steam | Steam ID |
discord | Discord ID |
xbl | Xbox Live |
live | Microsoft PUID (Passport Unique Identifier) |
Steam ID
The Steam ID is in decimal. You need to convert it to hexidecimal.
tonumber("110000100ce3593",16)