Hay...I added crosshair to my menu hack.The problem is if i activate i can see the D3d Cross perfect but i am closing the menu it disappears
I dont know what to do.
Thanks
take it out of Mvisible i guess ....
Originally Posted by wassup40
take it out of Mvisible i guess ....
I wonder who told you that.
Dont draw it only when the menu is open.
Originally Posted by ac1d_buRn
I wonder who told you that.
Dont draw it only when the menu is open.
What do you mean with that ?
I dunno understood sry
Originally Posted by Sydney
What do you mean with that ?
I dunno understood sry
Go to your code, where you check if the menu is currently open. Now, you shouldnsee where your crosshairs is drawn in there. Cut it, and paste it outside that curly brace, where you don't check if the menu is showing.
Originally Posted by Sydney
What do you mean with that ?
I dunno understood sry
YOur drawing the Xhair only if the menu is open
Remove it from the menu == true check
Originally Posted by ac1d_buRn
YOur drawing the Xhair only if the menu is open
Remove it from the menu == true check
i deleted the whole code and took the XHair function from definer means cBase:: deleted and i took the cross hair from my mvisible part (whit combined base)
So how should i start now ?
Originally Posted by Sydney
i deleted the whole code and took the XHair function from definer means cBase:: deleted and i took the cross hair from my mvisible part (whit combined base)
So how should i start now ?
Oh Buddha... How about I show you on TeamVoewer?
Do you have MSN?
Originally Posted by freedompeace
Oh Buddha... How about I show you on TeamVoewer?
Do you have MSN?
No thanks already solved...Thanks acid.
Originally Posted by Sydney
No thanks already solved...Thanks acid.
No Problem.
Draw it somewhere where you're not checking if the menu is open.
Originally Posted by freedompeace
Draw it somewhere where you're not checking if the menu is open.