Search the Community
Showing results for tags 'crosshair'.
Found 2 results
-
crosshair Question about the crosshair
DexterMorganWP posted a topic in ARMA 3 - QUESTIONS & ANSWERS
Hello everyone, I'm Dexter Morgan I want help with the crosshair I want to change the size of the crosshair and I hope someone knows about that so he/she can help me -
hud Remove Crosshair in game BUT not removes Task Icon
Play3r posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
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) };