THE_H4DES 2 Report post Posted February 10, 2016 (edited) Hello folks, i experience an issue with the m3ditor. If i place an object (airport building / shed / barrack etc.) there a multiple doors, instead of one. Does anybody know, how i can fix this issue? Thanks in advance, Edited February 10, 2016 by THE_H4DES Share this post Link to post Share on other sites
da1geek 13 Report post Posted April 11, 2016 I have the same issue actually. Not sure what causes this. Share this post Link to post Share on other sites
CEN 449 Report post Posted April 11, 2016 Move the spawning of the buildings server side. Share this post Link to post Share on other sites
InsertCoins 333 Report post Posted April 11, 2016 1 hour ago, CEN said: Move the spawning of the buildings server side. this. Looks like it's being called twice now. Share this post Link to post Share on other sites
da1geek 13 Report post Posted April 13, 2016 Move the spawning of the buildings server side. Can you elaborate on this? Share this post Link to post Share on other sites
kuplion 1785 Report post Posted April 13, 2016 2 hours ago, da1geek said: Can you elaborate on this? 1 Share this post Link to post Share on other sites
da1geek 13 Report post Posted April 14, 2016 21 hours ago, kuplion said: You 'da man! 1 Share this post Link to post Share on other sites
Pato 37 Report post Posted April 16, 2016 On 2/10/2016 at 0:17 PM, THE_H4DES said: Hello folks, i experience an issue with the m3ditor. If i place an object (airport building / shed / barrack etc.) there a multiple doors, instead of one. Does anybody know, how i can fix this issue? Thanks in advance, change how the script executes the building addons I am assuming your calling like this: execVm "buildings.sqf"; So change it to this: if (isServer) then execVm "buildings.sqf"; whats happening is that every time a player connects to the server it spawns that building into the server, and the fix above stops it from spawning and makes the server spawn it once Share this post Link to post Share on other sites