designer1337 / csgo-cheat-base

simple csgo internal base.
MIT License
242 stars 50 forks source link

Text appearing twice after using render::draw_text_string and render::draw_text_wchar #45

Closed DualByte closed 4 years ago

DualByte commented 4 years ago

If you place the text as an example to a players head's location the text is visible on the players head where it is supposed be but when you rotate 180 degrees you can see the text just levitating.

designer1337 commented 4 years ago

Thats not issue, most likely ur missing dormant checks

DualByte commented 4 years ago

There are dormant checks and it is literally drawing it exactly 180 degrees from the position where it is supposed to be.

designer1337 commented 4 years ago

that's problem related to your code, most likely dormant fade or something, it's working completely fine for me.

also, I can't help u without any code provided