Search results

  1. M

    Server install help needed

    skype? im at work atm though so i can only chat
  2. M

    Server install help needed

    is that an option on HFB servers?
  3. M

    need script addition help?

    I'm @ work and bored send me your mission / server files and I will help you with getting them installed. Depending on how many people need help I might continue to do this. Skype: machine6fd
  4. M

    Server Files

    My servers are more about having a good time playing the game. They are not meant to be taken serious. I have had MANY emails thanking me for giving them the chance to "have fun" without spending hours to do it. On my servers you can do in hours what takes you days / weeks on other servers...
  5. M

    Server Files

    no private hive?
  6. M

    Need help with adding protective dome area for bases.

    remove this part. _marker_0 = createMarker ["triggermarker_1", [Locationhere]]; _marker_0 setMarkerText "Protected camp Do not enter"; _marker_0 setMarkerShape "ELLIPSE"; _marker_0 setMarkerType "mil_objective"; _marker_0 setMarkerBrush "Border"; _marker_0 setMarkerSize [100, 100]; marker1 =...
  7. M

    Server Files

    I was looking forward to this mod... :(
  8. M

    Need help with adding protective dome area for bases.

    Here is another approach to domes that I have been using. this will teleport users out of the dome. You will need to turn off the built in anti-teleport in dayz. I should mention this is not my code I got it from here and did a little tweaking to make it work for my needs. This also places a...
  9. M

    DayZ Commander is telling me my server has no version...?

    you need to put the version info in the server title... Or you used to have to do that. Go to the .st wiki and read about naming your server.
  10. M

    Can't get server started

    are you starting it with a .bat file? and is that the code from that file?
  11. M

    Issue installing anti hack script 1.7.7.1

    if its #100 than it should be #98 :D
  12. M

    Issue installing anti hack script 1.7.7.1

    open it with notepad ++
  13. M

    Tents, tank traps, sandbags, etc. despawn after server restart...

    im 90% sure that it is in your database or .dll files
  14. M

    Tents, tank traps, sandbags, etc. despawn after server restart...

    machine6fd add me to skype i'll take a stab at it.
  15. M

    Issue installing anti hack script 1.7.7.1

    Find line number #98 in your scripts.txt and change it from 1 to 5 or add the proper action.
  16. M

    Issue installing anti hack script 1.7.7.1

    Easy way: Open scripts.txt / select all / delete / save Hard way: Find each script restriction and add the action that is kicking you. I would encourage all of you to read your .rpt files. They will tell you what did or did not happen when the server starts and at least one person has...
  17. M

    Tents, tank traps, sandbags, etc. despawn after server restart...

    look in your hive.log should tell you why its not writing to the database.
  18. M

    [HELP]..please

    arma2oaserver.rpt
  19. M

    [NEED HELP] Adding buildings with .sqf method?

    [] ExecVM "extabuildings2.sqf"; <--- put this in the bottom of init.sqf extabuildings2.sqf <--- put this in your mission folder go gogo! code looks ok. if there is an error it should pop up when you join.
Back
Top