Sign in to follow this  
THE_H4DES

Multiple doors in buildings

8 posts in this topic

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,

2016-02-10_00002.jpg

Edited by THE_H4DES

Share this post


Link to post
Share on other sites
Advertisement
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,

2016-02-10_00002.jpg

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
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.