Hey there
@
giniyat101 told me that if I had reversed UnkStruct correctly I would find bool value specifing if the player is mutant or not
and I could found bool IsMutant in UnkStruct so I tried to make the esp boxes code like this
Code:
if(Me->Team != pPlayer->Team)
{
if(box && pPlayer->unk->IsMutant)
{
DrawBox(x,y,w,h,red,device)
}
}
if(Me->Team == pPlayer->Team)
{
if(box && pPlayer->unk->IsMutant)
{
DrawBox(x,y,w,h,Green,device)
}
}
I need to make if the mutant is in your team the colour should be green and if it's not the colour should be red
but the colour doesn't show in both
one more thing please, when I had reversed UnkStruct I found something interesting "unsigned char CurrentGun"
I think it should be for Esp-Weapons so I tried to make it like this
Code:
char sizes[48];
sprintf(sizes, "[%s]" , pPlayer->unk->CurrentGun);
TextCenter(pDevice, x, y, COLOR, sizes);
but in game the the resultes was ("NULL")
anyhelp please
@
giniyat101
@
[N.O]N.A.M.E
@
~FALLEN~
@
derh.acker