Quote Originally Posted by master131 View Post



Guys, I invented the config file for a reason... Visible checks for players are not possible externally, you'd need to have access to the game's functions which requires injecting or writing memory. If you only want enemy boxes, change this:
Code:
COLOR_FRIENDLY = 0x7F0000FF
to this instead:
Code:
COLOR_FRIENDLY = 0x000000FF
thanks master