adding sector fng to epoch server

nsgguy

New Member
ok, ive messed with this for hours and have nothing so. has anyone added sector fng inland to an epoch server? and if so how?
 
It works for me in mission pbo but every time someone logs in I get and extra building right on top the other. And I cans seem to figure out how to call it in server pbo
 
It works for me in mission pbo but every time someone logs in I get and extra building right on top the other. And I cans seem to figure out how to call it in server pbo

Not sure about the overlapping buildings, but this is how I do it:

1) Map file location: dayz_epoch\buildings\map.sqf
2) dayz_epoch\init\server_functions.sqf

Add at the bottom:
[] execVM "\z\addons\dayz_server\buildings\map.sqf";
 
Back
Top