MilasMt2 - Python TextTail System

03/02/2017 22:33 cBaraN#1
Hi devs,

The system is so simple, you will see the yellow title if that item contains your name otherwise you will see the red title.

UserInterface/PythonTextTail.cpp in search

Code:
#include "PythonSystem.h"
Add :

Code:
#include "PythonPlayer.h"
Try PythonTextTail.cpp in search

Code:
pTextTail->pOwnerTextInstance->SetColor(1.0f, 1.0f, 0.0f);
Under add :
Code:
CInstanceBase * pInstanceBase = CPythonCharacterManager::Instance().GetMainInstancePtr();
if (pInstanceBase)
{
    if (strcmp(pInstanceBase->GetNameString(), c_szName))
        pTextTail->pOwnerTextInstance->SetColor(1.0f, 0.0f, 0.0f);
}
and build client.. :)

System screen ;

[Only registered and activated users can see links. Click Here To Register...]
03/04/2017 16:51 ganara#2
Work perfectly!
03/08/2017 09:20 Bostanin Edhe#3
Danke ! hab ich gesucht !
03/08/2017 14:13 RuskaDev#4
Nice
03/08/2017 16:33 xP3NG3Rx#5
System :|
03/09/2017 10:40 mq1n4#6
[Only registered and activated users can see links. Click Here To Register...]

nice theme:awesome: