Search results

  1. S

    how do i check distance?

    I am trying to set a variable as true when a player gets close to a vehicle I can't use wait till because I am checking 2 what do i change the "if" statements to? if ((isPlayer _x) && ((_x distance _jet1) < 30)) then { _heroCleared = true; diag_log format["MISSION SYSTEM: Hero jet...
  2. S

    Servers Sharing Database.

    So, I was hoping and wondering if it would be possible that I can make my one server share parts of the same database between two different maps. What I want to do is swap between Chernarus and Panthera every couple days, Eventually between two separate servers. All server data would be...
  3. S

    pack generator EPOCH (WIP)

    trying to get a pack generator script working, kind of like pack vault. can't get the fn-self actions right, this is what I have. I want the generator to be pack able by any player, but only if it is NOT running. I had the option pop up once, but adjusted some code to what I thought...
  4. S

    Accelerated Time (smooth) WIP

    So, after much searching for a suitable smooth transitioning time mod, I have decided to write my own. This is my first script, but I do have background in server side web applications. well here goes. In your mission pbo create a new folder, call it timemod. In this folder create 2 new...
  5. S

    Having separate classes of helis

    First of all Sarge, THANK YOU for writing this code. Your a great addition to the arma dayz community and I am so thank full to have you here. Take your time with classes and personal life, we don't want you to get burned out. OK, I am trying to add an option where I can have 3 separate...
  6. S

    Warzone in NE Woods

    *edit. Sorry, NW woods. I was tired when I posted this last night. Just wondering, is this intended? Is there an way to make the warzone location devils castle? EPOCH 1.0.2.4
  7. S

    Just looking for possible typo in SAR_config

    running epoch 1.0.2.4 I'll only add the parts I edited/think is relevant. not sure if its a class name (probably is) I have wrong or what, but I get really slow connection if at all and get a "no entry 'bin\config.bin/CFgWeapons.bin' " error. //...
  8. S

    admin spawned in boxes not visible to players.

    I have a new server and I am trying to allow some of the first people to build some bases. I can spawn in a box with all the mats however something somewhere is making the box invisible/unlootable to players. EPOCH 1.0.2.4 Vilayer server DAYZ AH running scripts: selfbloodbag Sarge AI AI...
Back
Top