thecannons / BaseBuilding-DayZ

Base Building DayZ Project. This adds a building function in DayZ mod regardless of map.
8 stars 16 forks source link

Instructions in init need redo - server monitor #8

Open dagg929 opened 11 years ago

dagg929 commented 11 years ago
_serverMonitor = [] execVM "\z\addons\dayz_server\system\server_monitor.sqf";

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.