[Help] Menu
Hey, I'm working on my OWN menu/Hotkey Base and I need help with something.
Which one is Width and which one is Height.
And also, if i Do this
That means that if Chams = off then it turns on. And Vice Versa correct? 
Code:
int MenuX = GetSystemMetrics( 0 ); int MenuY = GetSystemMetrics( 1 );
And also, if i Do this
Code:
if(Hack.Chams == 0){
Hack.Chams ++;
}else{
Hack.Chams --;
}




