Jump to content
Play3r

Remove Crosshair in game BUT not removes Task Icon

Recommended Posts

i have tried this Code for a SP i'm making for a friend, he normally use crossair but i want him to try it without it this time.

My problem is that it also removes the Task Icon in game when i use it.

it also removes the option to use the scroll menu if i want to put down a satchel in game, but what i can understand by reading on the Wiki

https://community.bistudio.com/wiki/showHUD

it is normal that it disappears, BUT is there a way i can keep the Menu and the Task Icon and remove the Crosshair  with a script, i do know that my friend does not remove it by himself.

 

Does anyone have a idea how to make a workaround?

 

This is the Script from the Wiki

showHUD[] = {
true, // Scripted HUD (same as showHUD command) let it to true
true, // Vehicle + soldier info
false, // Vehicle radar [HIDDEN]
false, // Vehicle compass [HIDDEN]
true, // Tank direction indicator
true, // Commanding menu
true, // Group Bar
false, // HUD Weapon Cursors <---- here
false // HUD Squad Radar (not yet)
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×