Anyone know how I can bind a key to toggle show/hide for HUD+crosshair? Thanks.
Announcement
Collapse
No announcement yet.
Bind a key to toggle show/hide for HUD+crosshair?
Collapse
X
-
I don't think there's a simple way that can be toggled. But this will work:
Aliases[##]=(Command="showhud | set Engine.Hud bCrosshairShow False| OnRelease set input z SSModeOff",Alias="SSModeOn")
Aliases[##]=(Command="showhud | set Engine.Hud bCrosshairShow True| OnRelease set input z SSModeOn",Alias="SSModeOff")
Z = SSModeOn
Edits goes in your user.ini. Aliases cannot be added only replaced (1-39).
Comment
Comment