Custom buildings spawning twice?

I definately did'nt sav e them into the database as there's no section for buildings in ours, and you think rearranging them into a folder would make a difference? Il try it next restart, but i reckon its something thats been changed recently that caused this error, which is hard to narrow down.
 
Actually i think i may of found it, in dayZ_epoch_server my Server pbo is located. And in the pbo the building files? But in the same folder as the pbo, are all the buildings files? Could this be the culprit!? Should i just delete them as theyre already in my pbo?
http://ibin.co/1O0A9ac3P4CY
thanks
 
Actually i think i may of found it, in dayZ_epoch_server my Server pbo is located. And in the pbo the building files? But in the same folder as the pbo, are all the buildings files? Could this be the culprit!? Should i just delete them as theyre already in my pbo?
http://ibin.co/1O0A9ac3P4CY
thanks
Rearranging them and I edited the server functions removing not needed code and if you upload the new server pbo I amused it would of overwrite'd the previous one if not then yes delete them.
 
Try removing the code at the bottom of your server functions.

Code:
[] execVM "\z\addons\dayz_server\buildings\main.sqf";
[] execVM "\z\addons\dayz_server\buildings\crates.sqf";
[] execVM "\z\addons\dayz_server\buildings\NEWBASE.sqf";
[] execVM "\z\addons\dayz_server\buildings\fbase.sqf";
[] execVM "\z\addons\dayz_server\buildings\roadblock.sqf";
[] execVM "\z\addons\dayz_server\buildings\supertrader.sqf";
 
Jesus christ, now my custom traders have spawned twice aswell as buildings, and they are not even in the server PBO, they're in the mission!, in a small file?
Is there anyone that can help!?
 
Back
Top