DTGNAM 3 Report post Posted November 26, 2017 doen anyone have this problem aswhell......mission notifications work fine without infistar, but when i install infistar, all notifications dissapeare....any help please... Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted November 26, 2017 11 hours ago, DTGNAM said: doen anyone have this problem aswhell......mission notifications work fine without infistar, but when i install infistar, all notifications dissapeare....any help please... make sure if fums has idd code, add them to the allowedIDDs[] = inside the infistar EXILE_AHAT_CONFIG.hpp then retry Share this post Link to post Share on other sites
DTGNAM 3 Report post Posted November 29, 2017 just noticed notifications show when map is open....but not when map is closed....where do i find the idd Share this post Link to post Share on other sites
WURSTKETTE 212 Report post Posted November 29, 2017 (edited) You could look it up in SURVEILLANCELOG. Will look something like this: 14.11.2017 19:23:24: Alexxi(XXXXXX) | Not Allowed Display with idd: 57, parent idd: 46, controls: [Control #101,Control #102,Control #2], controls parent: Edited November 29, 2017 by WURSTKETTE Share this post Link to post Share on other sites
DTGNAM 3 Report post Posted November 29, 2017 i dont have a SURVEILLANCELOG. Share this post Link to post Share on other sites
WURSTKETTE 212 Report post Posted November 29, 2017 (edited) heeeewwmm, i'm not sure but i think you might be able to see it in infistar backend too, once someone is tryin to open. If, then you'll find it under the tab "AH Logs". If not, just activate infistar logging and check surveillance log - not sure if there is any other way to get the idd logged. You for sure could also lookup the script itself. Or wait, what kind of menu is it - i once ran fums but never used the menu. Is it like a commanding menu? Then you might could take a look at infistarconfig: KCM = "false"; /* Just close ALL CommandingMenus */ CMC = "false"; /* Check for CommandingMenus that are not in the allowedCommandingMenus array */ allowedCommandingMenus[] = {"#user:example","#user:example2"}; Edit: Yeh, it seems to be a commanding menu showCommandingMenu "#USER:FuMS_AdminToolsMenu"; Just add exception into infistar or complete disable the check for commandmenu (attention, security breach) Edited November 29, 2017 by WURSTKETTE 1 Share this post Link to post Share on other sites