Firstly, if you do a spate of screenshots, but you don't want that "Screenshot Taken" text that appears at the top, then change your bind to
I have found that you have to wait for 4 frames at least for the game renderer to hide the lagometer, or those other items, thus my wait 4 in my bind.
Code: Select all
Now, as I suffer with high ping, I always have my lagometer on but I don't desire to have it showing on my screenies, so this is my screenshot bind
screenshot silent
Code: Select all
Now, the same thing can be done if you wished to hide the chat messages and the crosshair by putting a cg_draw2d 0 before the screenshot; ditto with the cg_showfps.bind enter "seta cg_lagometer 0; wait 4; screenshot silent; seta cg_lagometer 1"
I have found that you have to wait for 4 frames at least for the game renderer to hide the lagometer, or those other items, thus my wait 4 in my bind.