Remove Draw text (D3D)
I can draw texts..But how do i remove it?
Like:
DrawText(....,"ONE HIT -- ON")
2 lines down:
DrawText(....,"NO RELOAD --ON")
Now i made a function to change On to off and etc..
But when i change the On to Off...It works..But the On still behind.....
How do i remove the old text? or clear all of it to draw again?
Something like ClearScreen() XDD to clear my Drawing is there something like that?=