Jump to content

Joshua9797

Member
  • Content Count

    55
  • Joined

  • Last visited

  • Medals

Everything posted by Joshua9797

  1. Sorry i'm confused. Should I file a bug report there?
  2. Hello, I am currently trying to hide vehicles (with and without crew) on a server, but unfortunately none of my approaches work. here is a video of what happens every time: Unfortunately, I'm not the owner of the server either, so I can't tell if the problem is with the server. Here's what I've tried so far: The Show / Hide module. (here is a video of the module) inside Init: this hideObjectGlobal true; this hideObject true; inside a Trigger: [HideObj1, true] remoteExec ["hideObjectGlobal"]; [HideObj1, true] remoteExec ["hideObject"]; Even the check mark "show model" doesn't work. Of course everything works in the Editor MP. Thank you in advance.
  3. A little late but after a regular update of the server the problem didn't occur anymore. So unfortunately I can't say what caused it. but thank you very much for the help 7erra, Harzach and pierremgi.
  4. @Harzach I have created a simple example mission and uploaded it to my GoogleDrive: https://drive.google.com/file/d/1-gquVkX6PC6zEluy1Kz6HQgDSDZ5xRbS/view?usp=sharing I would like to mention again that the problem only occurs on a dedicated server. Not on a local machine.
  5. @7erra Thanks for the answer but unfortunately [HideObj1, true] remoteExec ["hideObjectGlobal", 2]; didn't work either. Another fun thing I noticed is that I can walk through the vehicle after the script. here is a video of that.
×