AdvancedSlingLoading icon indicating copy to clipboard operation
AdvancedSlingLoading copied to clipboard

FIX FOR INVISIBLE CONTEXT MENU!!

Open NyboTV opened this issue 2 years ago • 0 comments

Thanks to: netinsideout https://github.com/sethduda/AdvancedSlingLoading/issues/14#issuecomment-287577071

His Fix: If anyone experincing these issue, please make sure you that you enabled commanding menu in showHud in description.ext of your mission file.

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

NyboTV avatar Nov 15 '23 19:11 NyboTV