I know this is probably a very n00bish thing to ask, but I've never needed to do it before :p , so...
 
 Can anyone tell me what the console commands are for turning the HUD / Crosshair etc off and back on again?
 
 Basically, I want to write a cfg and bind it to a key so that it'll turn off all the info, take a screenie, and turn it back on again; so that screenies I take concentate just on the actual 'game', y'know?
 
 Cheers in advance!
 B. :)
  
 
  
  
    yea, do something like...
 
 bind f12 "cg_draw2d 0; wait; screenshot silent; wait; cg_draw2d 1"
 
 you could also add in cg_drawgun if u didnt want it to show that either.
  
 
  
  
    Nice one, cheers muchly chaps! :D
 
 B.