Jump to content

Random Buildings on map


Comp2010

Recommended Posts

Hi,

 

I've been creating a server on Namalsk and when I am ingame, there are random buildings spawned on the map and they are all military buildings. Some are floating and some are at weird places on land but they are all in the same area. 

 

Some Pics: 

 

2015-04-10_00002_zps9smitvet.jpg

2015-04-10_00001_zpso2lbnyre.jpg

 

Any help would be appreciated.

Link to comment
Share on other sites

Are you adding any Custom Buildings yourself as I had a namlask a few weeks back and didnt see any of those, Check server_functions.sqf at the bottom in Server - Init folder and see if you are calling any building from there?

 

eg

waituntil {!isnil "bis_fnc_init"};

BIS_MPF_remoteExecutionServer = {
if ((_this select 1) select 2 == "JIPrequest") then {
  [nil,(_this select 1) select 0,"loc",rJIPEXEC,[any,any,"per","execVM","ca\Modules\Functions\init.sqf"]] call RE;
};
};

BIS_Effects_Burn =    {};

ect- ect - ect -ect

};
  _PUID = [_player] call FNC_GetPlayerUID;
  diag_log format["SAFE %5: ID:%1 UID:%2 BY %3(%4)", _objectID, _objectUID, (name _player), _PUID, _statusText];
};
};

//Custom Map Additions
[] execVM "\z\addons\dayz_server\buildings\NapfEventZone.sqf";                //Event Zone for Napf - By Harkness
[] execVM "\z\addons\dayz_server\buildings\blitz-island.sqf";                //Event Zone for Napf - By Wayne1984

};
execVM "\z\addons\dayz_server\init\broadcaster.sqf";
execVM "\z\addons\dayz_server\init\ESSfloor.sqf";

 

if not upload you server pbo and I will have a look - Also what host you using ?

 

MegaZ

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...