- Feb
- Threads
- 154
- 952
- 4,235
- 93
AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
Whatsapp emoji system.
KEEP ATTENTION :
KEEP ATTENTION :
Python:
edit:
change PythonTextTail.cpp:
TTextTail * pTextTail = RegisterTextTail(VirtualID,
c_szChat,
pCharacterInstance->GetGraphicThingInstancePtr(),
pCharacterInstance->GetGraphicThingInstanceRef().GetHeight() + 10.0f,
c_TextTail_Chat_Color);
to:
TTextTail * pTextTail = RegisterTextTail(VirtualID,
strContent.c_str(),
pCharacterInstance->GetGraphicThingInstancePtr(),
pCharacterInstance->GetGraphicThingInstanceRef().GetHeight() + 10.0f,
c_TextTail_Chat_Color);
Hidden content
You need to reply to this thread in order to see this content.
Last edited by a moderator:

