Вопрос How do i change legendware damage marker font?

Начинающий
Статус
Оффлайн
Регистрация
29 Авг 2021
Сообщения
6
Реакции[?]
1
Поинты[?]
0
Hello, How do i change legendware damage marker font?

I cant seem to get it, I changed it in hooked_painttraversal.cpp other_esp.cpp and even main.cpp
 
Пользователь
Статус
Оффлайн
Регистрация
15 Апр 2021
Сообщения
224
Реакции[?]
64
Поинты[?]
0
main.cpp
C++:
fonts[DAMAGE_MARKER] = create_font(crypt_str("font"), 12, FW_MEDIUM, FONTFLAG_ANTIALIAS | FONTFLAG_DROPSHADOW);
also, but in hooked_painttraversal.cpp
if it still didn't work out, check the spelling of the font name.
 
Начинающий
Статус
Оффлайн
Регистрация
29 Авг 2021
Сообщения
6
Реакции[?]
1
Поинты[?]
0
[QUOTE = "platon1999, post: 2459453, member: 548369"]
main.cpp
[CODE = cpp] fonts [DAMAGE_MARKER] = create_font (crypt_str ("font"), 12, FW_MEDIUM, FONTFLAG_ANTIALIAS | FONTFLAG_DROPSHADOW); [/ CODE]
also, but in hooked_painttraversal.cpp
if it still didn't work out, check the spelling of the font name.
[/ QUOTE]
I already changed it in both of these? Still doesnt work
 
Пользователь
Статус
Оффлайн
Регистрация
15 Апр 2021
Сообщения
224
Реакции[?]
64
Поинты[?]
0
[QUOTE = "platon1999, post: 2459453, member: 548369"]
main.cpp
[CODE = cpp] fonts [DAMAGE_MARKER] = create_font (crypt_str ("font"), 12, FW_MEDIUM, FONTFLAG_ANTIALIAS | FONTFLAG_DROPSHADOW); [/ CODE]
also, but in hooked_painttraversal.cpp
if it still didn't work out, check the spelling of the font name.
[/ QUOTE]
I already changed it in both of these? Still doesnt work
say the name of the font
 
Начинающий
Статус
Оффлайн
Регистрация
29 Авг 2021
Сообщения
6
Реакции[?]
1
Поинты[?]
0
[QUOTE = "platon1999, post: 2459866, member: 548369"]
say the name of the font
[/ QUOTE]
Im not home atm ill tell tommorow
 
Сверху Снизу