1337
-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
So I have seen requests for UNICODE in clantags.
Its easier than you think!!
Find the Unicode stuff you want (
Say if I wanted to use ● (BLACK CIRCLE)
Instead of putting it just in like
Code:
SetMyClantag("●")
I'll put it like this
Code:
SetMyClantag("\xE2\x97\x8F")
for 1 BLACK CIRCLE for two i would do
Code:
SetMyClantag("\xE2\x97\x8F\xE2\x97\x8F")
To find the "UTF-8 (hex)" of your UNICODE char use this site
all credits smef
Its easier than you think!!
Find the Unicode stuff you want (
Пожалуйста, авторизуйтесь для просмотра ссылки.
) (not advertising)Say if I wanted to use ● (BLACK CIRCLE)
Instead of putting it just in like
Code:
SetMyClantag("●")
I'll put it like this
Code:
SetMyClantag("\xE2\x97\x8F")
for 1 BLACK CIRCLE for two i would do
Code:
SetMyClantag("\xE2\x97\x8F\xE2\x97\x8F")
To find the "UTF-8 (hex)" of your UNICODE char use this site
Пожалуйста, авторизуйтесь для просмотра ссылки.
(not advertising) and just searchall credits smef
Последнее редактирование: