removing hud -
xTwisteDx - 02.05.2009
i used to make videos, and im starting to again, but i reformatted comp, and i dont have the program to remove HUD in san andreas, can anyone post one?
thanks.
Re: removing hud -
HB - 02.05.2009
Quote:
|
Originally Posted by kasco
|
Dude, what the hell is that supposed to mean?
Ontopic: I haven't ever heard of a tool which removes the HUD, I'll sure try it out when I get it!
Edit: Weee, 400th post
Re: removing hud -
lavamike - 03.05.2009
Is this the program your talking about?
Quote:
|
Originally Posted by Mikep
Theres a program called HUDMode, Shift+H = hide HUD, it works.
|
I'm not sure if this is 'allowed' or not though.
I remember someone asked this and someone made an AutoHotkey script to have it hold F10 down for you. It's should be pretty easy to make.
Either that or get something heavy and put it on the F10 key. I usually just get some tape and tape it down.
Re: removing hud -
Gappy - 03.05.2009
Код:
f1::
Send {f10 down}
return
f2::
Send {f10 up}
return
Autohotkey code. Easy as pie
Re: removing hud -
xTwisteDx - 03.05.2009
Quote:
|
Originally Posted by Lavamike
Is this the program your talking about?
Quote:
|
Originally Posted by Mikep
Theres a program called HUDMode, Shift+H = hide HUD, it works.
|
|
thank you so much