Quote:
Originally Posted by mohamedosha
1- how i can connect it with filter and what is the good free filter
2- how i can add title coler and globle and cher name in project and connect with ID scroll

|
1 - it's not about free / prem filter you need a filter "SRC" so you can send / receive packets from the filter to the dll and from dll to the filter
2- you can done the first part from the dev kit like that
Code:
just #include <ICPlayer.h> where you will use that
for the title color you can use
g_pCICPlayer->fonttexture_title.SetColor(D3DCOLOR_ARGB(255, 166, 9, 168));
for charname color
g_pCICPlayer->fonttexture_playername.SetColor(D3DCOLOR_ARGB((255, 166, 9, 168));