Jump to content

Recommended Posts

  • 2 weeks later...

Quick question for you guys. I notice that the colored circles defining the safezone on the map does not come with this script. So I went into the editor and made my own circles and now i am just curious where to go from here as far as getting them to show up on my map on my epoch server.

So when I originally made the circles, it saves the file as a pbo in my Arma 3 folder.

Where would I add that to my server to make it show up (and stay) when the server starts up? Also is there anything I would need to put into the init or some other file to call it to start up?

 

Thanks

Link to comment
Share on other sites

@Prae, for Markers, I have a simple Script for you.

Just add the coordinates and run it server side.

The SafeZones will get numbers in the same order as the array (Safe Zone 1 / Safe Zone 2/...)

  Reveal hidden contents

@Sp4rkY could add it to his Script, if he want.

Link to comment
Share on other sites

Well this is what I currently have:

  Reveal hidden contents

it would seem that i dont need this part?

  Reveal hidden contents

and then after i take that out i just copy paste the rest into the mission?

 

I really have no idea what i am doing when it comes to scripting. All the scripts that I currently am running on my server had fairly detailed instructions on how to install them. That being said, I know it seems easy to everyone else to just say "run this server side", but I actually don't understand what that means. 

 

I appreciate all the help I can get on figuring out where to put certain stuff within all my server files.

And thank you for providing the code He-Man, but could you provide a little more detailed description of what I need to do with it?

Link to comment
Share on other sites

@Prae, just paste in your init.sqf:

  Reveal hidden contents

"if (isserver)" means it runs only serverside.

The Coordinates I have from your Mission.sqm.

Note, that the coordinates in the mission.sqm are {xx,zz,yy} and in a script it is [xx,yy,zz].

Because that, it is different in your mission and in my script.

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  On 4/18/2017 at 6:39 PM, Drokz said:

Hey are the be filters up to date? Having probs with the setvariable restriction.

I readded ESVP to my server but somehow the hints are missing when you enter safezones. But you cant kill other players so they seem to be safe. Any idea whats missing?

Expand  

BE filter's problem, had same issue... Just re-check BE filters.

Link to comment
Share on other sites

  On 4/18/2017 at 11:59 PM, sunnus01 said:

BE filter's problem, had same issue... Just re-check BE filters.

Expand  

Tried to add them like i usually added filters using != but still doesnt work. It also seems to be variable value restriction so has to be added to variableval.txt but i didnt get this to work.

Edit: Fixed the Hints issue, needed to change #include in description.txt before some other addons

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
×
×
  • Create New...