Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Players Coloring #17

Open
gustavocdc opened this issue Apr 22, 2020 · 1 comment
Open

Players Coloring #17

gustavocdc opened this issue Apr 22, 2020 · 1 comment

Comments

@gustavocdc
Copy link

I'm using only the 'CSGO_MinimapESP.asm' but the hack is coloring every player (teammates and enemies) in Red, can you fix it? I already figured it out by myself how to change the Red to other colors, or comment the code to not apply any colors. But, it would be very nice to have it fixed, so it will color only enemies, or perhaps color enemies with 1 color and teammates with other color. Thanks.

@Speedi13
Copy link
Owner

Speedi13 commented May 13, 2020

but the hack is coloring every player (teammates and enemies) in Red, can you fix it?

No. The code is coloring every player that has not the same team id as the local player. Sometimes it can happen that the team id of the local player changes for some reason.

You could add a second check if the player is same team as local player, set a different color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants