You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using server.HasPlayerNamed() in my plugin. When a user named Hazmat used it, the result was always false. When I replaced it with a custom little loop over all the player controllers and their names, comparing the names and seeing if any matched, that worked. This does happen with other names too, though I'm waiting for feedback on what names do it there. I will edit this post to add any further names as I find them.
TO REPRODUCE:
Use server.HasPlayerNamed() to check if a player in the server is named Hazmat, and set your name to the same. It will return false.
KNOWN PROBLEM NAMES:
Hazmat
Legend
Raid (I think)
The text was updated successfully, but these errors were encountered:
I'm using
server.HasPlayerNamed()
in my plugin. When a user named Hazmat used it, the result was always false. When I replaced it with a custom little loop over all the player controllers and their names, comparing the names and seeing if any matched, that worked. This does happen with other names too, though I'm waiting for feedback on what names do it there. I will edit this post to add any further names as I find them.TO REPRODUCE:
Use
server.HasPlayerNamed()
to check if a player in the server is named Hazmat, and set your name to the same. It will return false.KNOWN PROBLEM NAMES:
The text was updated successfully, but these errors were encountered: