Search results

  1. S

    Set off an Explosion and/or Satchel Charge?

    http://www.kylania.com/ex/?p=100 _boom = "PipeBomb" createVehicle getPos humvee; player action ["touchoff", player]; or "settimer" instead of touchoff https://community.bistudio.com/wiki/ArmA:_Actions#TOUCHOFF https://community.bistudio.com/wiki/ArmA:_Actions#SETTIMER or,you can,just...
  2. S

    Duplicate Death Messages

    but you have a bigger problem ... them bitches on your server are just killing each other for fun ... cant we all just get along? :D
  3. S

    Duplicate Death Messages

    22:25:10 "Player UID#76561198084859554 CID#2510 PID#4(El Vitaminas) as SurvivorW2_DZ died at Wilderness [-187:-104]" the majority of your messages are like this. i assume the -187 -104 are the coordinates. dayz spawns all the players as "agents" off the map and when you spawn in, yoh take...
  4. S

    Private Server Files -updated- includes Dayz, Epoch, Overpoch, Overwatch

    I had to help someone setup a private server again and thought I would update pwn0zors private server pack to include current versions of Epoch, Overwatch and Dayz. https://github.com/iaretechnician/DayZ-Private-Server Included: Dayz 1.8.7 Epoch 1.05.1 Overwatch 0.2.5 The actual "mod" files...
  5. S

    DisableUserInput will only work the first time I fall unconscious

    Problem Solved: Call it a "feature" not a bug. Its like a handicap system. If you become unconscious often, you get to bandage and move around to make up for your inability to not get injured. :rolleyes:
  6. S

    DisableUserInput will only work the first time I fall unconscious

    Tested. With epoch seems to only happen when you have the pistol out. Twice in a row with rifle, unconsious. With pistol, sort of unconscious. No weapon, unconscious. With pistol again, sortof unconscious. So yes, seems to be not fully working when holding pistol. I didnt test to see if it...
  7. S

    DisableUserInput will only work the first time I fall unconscious

    I have never heard of that problem before. I will have to experiment. This is an issue in the default servers? Have to work on making myself unconsious with a keypress to simulate damage.
  8. S

    DisableUserInput will only work the first time I fall unconscious

    That code is telling the server that you used epinephine to wake up. I would think just setting the unconscious to false was enough. So you would have to look at the publicEH in the dayz_code/medical to see what happens when the Epi script is called. It is apparently thinking that you have...
  9. S

    DisableUserInput will only work the first time I fall unconscious

    You are unconscious too much! I looked at the unconscious file and it doesnt look like it should be affected by multiple occurences. Is there anything in your server log? or your Players arma2oa.rpt ?
  10. S

    Weapon Hud and Secondary Weapon ... an FYI.

    Someone asked for a script they saw on another server where the rifle, pistol and bandages were displayed on the bottom of the screen and could be used by pressing 1,2,3 keys. Actually there is a fourth display item for your "backpack weapon" but I didnt put the code for that yet. So you will...
  11. S

    Problem with my second vilayer dayz server

    Okay. So I just checked out the live support chat and they got this server running in 10 minutes. I asked about the previous few months issues and was told that they had some internal issues and had to replace their entire "backend" and were just overloaded. So all appears fixed and well with...
  12. S

    Problem with my second vilayer dayz server

    They must just hate me. I had no issues, then one server went down so I kept submitting tickets to get it fixed. they ALL went unanswered. I had a $45 balance so I asked for that to be refunded to me. No answer. So I finally just figured I was never getting the money back, so I rented...
  13. S

    Open/Close Doors issue with: Classname: Land_MBG_Police_Station

    if there are no errors, then is the classname correct? why dont you,do some debugging? whats the first question you should ask if there are no syntax errors? answer: is nearObjects returning an array of the police stations? so print the return value to the rpt log to see what it is. I would do...
  14. S

    How to add DLC to DayZ Epoch Server

    he installed the acr. he added the @acr; to,the -mods= parameter,in,the startup bat file. he added acr (i guess) to,the addons [] array at the top of the mission.sqm
  15. S

    Problem with my second vilayer dayz server

    have you heard from vilayer since? i made a post here about them,closing up but continuing to take peoples money.
  16. S

    [Support] DZGM

    Why not? Details. What does your dog say? LOL .. I said dog ... meant log.
  17. S

    Need help with pbo file

    The benefits of having a PPO for the players to download is that you can edit the folder mission while the game is running and then repack the PBO for the next start
  18. S

    Need help with pbo file

    You keep the name of the mission the same in your config file. If you want them to download a PDF then pack your mission into a PPO in that will be downloaded and the folder will be ignored. The file size is the same I think it's unpacked before it is sent to the playersyou
  19. S

    Problem with my second vilayer dayz server

    those are normal, steamports need to be defined. google arma 2 steam port startup parameters.
  20. S

    Open/Close Doors issue with: Classname: Land_MBG_Police_Station

    no,i dont have a server. i made that up off the top of my head. i thought i saw a post where ebay said to do this a single time in the init.sqf? {player reveal _x; } forEach (player nearobjects ['Land_MBG_Police_Station',15000]); that code wont work as written because nearobjects takes a...
Back
Top