Jump to content

gurken2108

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About gurken2108

  • Rank
    Newbie
  1. gurken2108

    Headless Client can't hide Objects Global?

    Fixed: Must call it via remote on the server [_delh, true] remoteExec ["hideObjectGlobal", 2];
  2. Hello everyone, i tried to hide Objects Global via a headless client without any success, also if i'm already connected. Here are some code snippet: _list = nearestObjects [(call compile SEL(_x, 4)), [_classname], 10]; { _x hideObjectGlobal true; _x hideObject true; } forEach _list; If i run the code by my self or via the Server, it works pretty well. I hope someone know my issue and can help me.
×