wassup
Newbie
- Joined
- Nov 20, 2004
- Messages
- 274
- Reaction score
- 0
I know how to take screenshots with no hud and gun but i cant get it into a nice script. At the moment i can only get it into 2 different scripts because "impulse 200" is not the best command.
Script 1 & 2:
--
sv_cheats 1
impulse 200
--
sv_cheats 1
cl_drawhud 0
screenshot
cl_drawhud 1
--
But this still does not work properly because when doing multiple screenshots the hud is still there. I been trying to use the wait command but it does not help.
Is there a way to make it so on key press it does the shot then on key release it puts the hud back?
Other than using "impulse 200" is there another way because its stops the script from working when used quickly?
Script 1 & 2:
--
sv_cheats 1
impulse 200
--
sv_cheats 1
cl_drawhud 0
screenshot
cl_drawhud 1
--
But this still does not work properly because when doing multiple screenshots the hud is still there. I been trying to use the wait command but it does not help.
Is there a way to make it so on key press it does the shot then on key release it puts the hud back?
Other than using "impulse 200" is there another way because its stops the script from working when used quickly?