[Closed]Persistant player unique id?

Hello,
I search a player unique ID that i can use in my database. This id need to be the same after a disconnect - reconnect.
Is this possible?
Thanks in advence!

(I’m not an english speaker sry for spelling errors)

Maybe use their SteamID ?

Yes! how can i get it from FiveM and is it possible with the ones who launch the game outside steam (logging in with rockstar id)

As long as those people have steam they don’t need to own the game through steam, just have it running in the background you can still use their SteamID

Thanks and how can i get it?

GetPlayerIdentifiers(Source) -- This is an array/table of player data relating to the specific ID (Source), the first argument is the player's identifier .i.e IP or SteamID

Thanks for the help :slight_smile: