Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

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

main.cpp
C++:
Expand Collapse Copy
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.
 
[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
 
[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
 
Назад
Сверху Снизу