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
Basically I have added this to OnGameModeInit: AllowNickNameCharacter('-', true);
Now in client, I set my nickname as "T-N-Z" but I can't connect to my own server, I get error message that my nickname is too short. When I click TAB, I see that my nickname in-game is just "T".
When I try to connect with my clan tag "[BFH]T-N-Z", once connected, my nickname is changed to "[BFH]T".
It seems that "-" character is still getting ignored, I am not sure if that's client or server issue.
The text was updated successfully, but these errors were encountered:
Basically I have added this to OnGameModeInit:
AllowNickNameCharacter('-', true);
Now in client, I set my nickname as "T-N-Z" but I can't connect to my own server, I get error message that my nickname is too short. When I click TAB, I see that my nickname in-game is just "T".
When I try to connect with my clan tag "[BFH]T-N-Z", once connected, my nickname is changed to "[BFH]T".
It seems that "-" character is still getting ignored, I am not sure if that's client or server issue.
The text was updated successfully, but these errors were encountered: