Bennett Staley

Results 9 comments of Bennett Staley

It's not related to permissions issues AFAIK. It seems to be blocking CreateThread. No special windows or SDK versions from what i can see. And the folder layout is exactly...

Right, after looking further my comment about createThread seems to be incorrect. The app doesn't seem to be crashing either, since I would expect the app to throw the error...

Nice. I'll implement this after work. Also want to get a barebones ESP working.

> I merged your initial changes into a pr i was in the middle of , it still gives you credit for your contributions, figured it would make things easier....

@xCENTx Changes made. great suggestions. Correct me if im wrong but the =0 in the header file should catch if the index isn't included right?

Oooh these are slick.

I'd love to see the esp filter out based on a char input box. So you can effectively "search" for the pal you wanted. Also feel free to pull in...

@aVitomin See my open PR. Implemented.

Your syntax is incorrect. `math.degrees(horizontal_fov_radians)` is calling the `degrees` method on the `math` class. We no longer need to calculate the degrees since we want to manually set it to...