Hi guys, I wish to remove my minimap ingame because it overlaps the scoreboard and can get in the way. So what I am is that is there a command to hide it? Thanks.
no command ... u can just mod the source code its in cft.h::drawhud() if you wish i can make a mod with an option to hide ??
chasester
That's what I was afraid of, I already compiled my own version and I seem to have misplaced my source. But thanks anyways!
Well. You can just add glColor4f(1, 1, 1, .75f); in function which renders the minimap. It will make it 75% transparent. Make sure it's BETWEEN glPushMatrix and glPopMatrix