In the regular, reality hive, you get:
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
This would cause issue I believe. My server is experiencing (with newest reality) invisible players, getting in vehicles and being unable to get back out, and sometimes logging in to people standing still when on their screen they are running around-- aka, an overall character desync issue.
Let me know if I'm dead on or not.
This works for some people with reality hive because they just copy the example init, but if you follow the instructions you get the above.
Above is what you have in your example init.sqf
In the regular, reality hive, you get: _serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
This would cause issue I believe. My server is experiencing (with newest reality) invisible players, getting in vehicles and being unable to get back out, and sometimes logging in to people standing still when on their screen they are running around-- aka, an overall character desync issue.
Let me know if I'm dead on or not.
This works for some people with reality hive because they just copy the example init, but if you follow the instructions you get the above.