I can not put my name or nickname in my character, I have to put 'test123' or 'test321'
It looks like it's in Chinese mode or something.
I can not put my name or nickname in my character, I have to put 'test123' or 'test321'
It looks like it's in Chinese mode or something.
you have tried to change the file font_en.swf ?
from /bin/data/menu
but mistaken have to change a line in warz.sln, I do not remember, the more I will look for you.
@Doky
This line is located in 'API', search and change.
>api_CharSlosts.aspx.cs
Search
and inCode:bool CheckCharName(string Gamertag)
Change to this.Code:char[] AllowedChars = "
and test if workCode:char[] AllowedChars = " 1234567890abcdefghijklmnopqrstuvwxyzабвгдеёжзийклмнопрстуфхцчшщъыьэюя".ToCharArray();
Ohhh, working bro, very thanks <3 I LOVE U :D