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.