-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unique BeamMP IDs are hard to use #353
Comments
The unique id for a player can be found at https://forum.beammp.com/u/{username}.json under |
@WiserTixx that is actually really helpful, thanks! Do you know if usernames must be unique? Would really throw a wrench in things if they were not, but I imagine they must be then. |
Usernames can change and should not really be used as a unique identifier. |
@Mack29446, yeah, I am mainly just looking to be able to easily grab friends' BeamMP IDs in the moment. It would be nice if they just knew it from the UI, but I am happy for now to use this method to exchange their usernames for the BeamMP IDs. |
This issue isnt really specified that well. Essentially, you want the BeamMP ID in the UI, right? Because the Server gives you the ID at any point via MP.GetPlayerIdentifiers, so the only improvement here is the UI of the game. If thats the case, I'll move this issue to the game's repo. Let me know if I'm missing something |
Yes. I want to be able to easily find someone's BeamMP ID without having to make them first join my server so that I can pull their BeamMP ID using The solution I propose in this issue is to add the BeamMP ID to the UI or through other means make it obvious to them. I initially didn't know about |
We are working on getting it done so you can see your BeamMP ID in the client. |
I would like to add to #212.
Currently, it is pretty difficult to actually use the unique BeamMP identifiers. On top of what is mentioned in #212, there is no way to get a player's BeamMP ID outside of having them join a server. The BeamMP UI in BeamNG should display the player's BeamMP ID so that someone can easily tell you their unique identifier without having to join a server first. This would be extremely helpful for dis/allow listing.
The text was updated successfully, but these errors were encountered: