Alexis Posted June 23, 2016 Report Share Posted June 23, 2016 Connect in infiStar, or your admin panel invisibleBoth = { Private ["_sl"]; if !(captive player) then { player setCaptive 1; _sl = format["%1 invisible both ON", (name player)]; }else{ player setCaptive 0; _sl = format["%1 invisible both OFF", (name player)]; PVAH_WriteLogReq = [player, _sl]; publicVariableServer "PVAH_WriteLogReq"; }; }; RiMMON and oldmatechoc 2 Link to comment Share on other sites More sharing options...
Tang0 Posted June 24, 2016 Report Share Posted June 24, 2016 Works a treat thanks, really good when designing new missions this Link to comment Share on other sites More sharing options...
Tricks Posted July 29, 2016 Report Share Posted July 29, 2016 Where does this go? In my AH or AT? Link to comment Share on other sites More sharing options...
Tang0 Posted July 29, 2016 Report Share Posted July 29, 2016 i put it at the bottom of AT.sqf and added 1 line in superadmin menu adminadd = adminadd + [" Admin DebugMonitor",admin_debug,"1","0","0","0",[]]; adminadd = adminadd + [" Admin Invisible to Bots",invisibleBoth,"1","0","0","0",[]]; if(MOD_EPOCH)then Link to comment Share on other sites More sharing options...
Hooty Posted December 20, 2016 Report Share Posted December 20, 2016 Is this allowed?? it says in the read me of infistar. As author he is the only one allowed to modify, share (sell, post, [..]) it. You are not allowed to copy/modify any kind of intellectual property of infiSTAR (this), unless you are permitted by infiSTAR. Link to comment Share on other sites More sharing options...
Kimarik Posted January 2, 2017 Report Share Posted January 2, 2017 This doesn´t work with epoch 1.0.5.1 Link to comment Share on other sites More sharing options...
Tang0 Posted January 2, 2017 Report Share Posted January 2, 2017 worked ok for me Link to comment Share on other sites More sharing options...
Tricks Posted June 1, 2018 Report Share Posted June 1, 2018 I can't get this to work with Infistar's latest update Link to comment Share on other sites More sharing options...
RedLink Posted June 1, 2018 Report Share Posted June 1, 2018 this right code for last infi 1450 invisibleBoth = { if !(captive player) then { player setCaptive 1; _sl = format["%1 invisible both ON", name player]; PVAH_WriteLogReq = [player,toArray _sl]; publicVariableServer "PVAH_WriteLogReq"; } else { player setCaptive 0; _sl = format["%1 invisible both OFF", name player]; PVAH_WriteLogReq = [player,toArray _sl]; publicVariableServer "PVAH_WriteLogReq"; }; }; Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now