open.mp icon indicating copy to clipboard operation
open.mp copied to clipboard

AllowNickNameCharacter

Open tnz1992 opened this issue 9 months ago • 1 comments
trafficstars

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.

tnz1992 avatar Jan 23 '25 15:01 tnz1992

I think it's client issue, the same thing happens if you replace - to space so it will be "T N Z", when you see tab, your nickname are just T

equinnoxy avatar Jan 29 '25 06:01 equinnoxy