Hide HUD?Is there a PTC or anything to hid the HUD? because i was hoping to instead of moving my menu, have the HUD hidden when the menu is showing. Thanks.
I think it's this [php]PushToConsole("DrawInterface 0")[/php] not sure, check the PTC thread, I know it's there EDIT: Checked for you, that's the right PTC
Or you can just push "Page Up" or "Page Down" (one of them 2) this feature is already built into CA =/
Originally Posted by CodeDemon Or you can just push "Page Up" or "Page Down" (one of them 2) this feature is already built into CA =/ I know. its just easier to turn on and off when you toggle the menu. Question answered, problem resolved. Thanks /request close
there's a PTC for that, it was in my personal hack till it was detected, found it, and it worked last time i checked Code: PushToConsole( "DrawInterface 0" );
i think he wants this. Code: if(Mvisible) this->Push( "DrawInterface 0" ); else this->Push( "DrawInterface 1" );
Originally Posted by cosconub i think he wants this. Code: if(Mvisible) this->Push( "DrawInterface 0" ); else this->Push( "DrawInterface 1" ); i wasn't gonna give it to him so easily as a C+P >.>
Originally Posted by supercarz1991 i wasn't gonna give it to him so easily as a C+P >.> like if it were so hard to make that simple function for that PTC -.-
Originally Posted by ac1d_buRn Why not make the menu press page up when it opens? lol Durp! /yea /yea