Search results

  1. R

    [Request] Zone base warning/kill

    Patch 1.8 has broken my dome script. I understand the script has to go inside the mission.sqm file, but the new mission pbo for 1.8 inside the mission.sqm file only has one line in it, "#include "\z\addons\dayz_code\system\mission\mission.sqm". Is there something I'm missing or a new location...
  2. R

    Zed Nuker script

    After everything I posted and all the help you folks gave me I fixed the issue. When I added in my coordinates, I wrote them in as [11565.9,11364.6,0],300], not realizing that I was missing the bracket at the front. I added the missing bracket and the code works like a charm! I may not be a code...
  3. R

    Zed Nuker script

    Now that I am home I was able to go through my rpt line by line and found this error. [11565.9,11364.6,0],300] execVM "addons\fixes\zednuke.sqf";> 14:57:29 Error position: <] execVM "addons\fixes\zednuke.sqf";> 14:57:29 Error Missing ; 14:57:29 File mpmissions\__cur_mp.chernarus\init.sqf, line...
  4. R

    Zed Nuker script

    I read through the log, all I found was the following. 7:08:43 File mpmissions\__cur_mp.chernarus\mission.sqm, line 1172: '/Mission/Sensors/Item0.rectangular': Missing ';' at the end of line
  5. R

    Zed Nuker script

    I do not see a red sphere at the location while in game or on the map. As for rpt, I'm not sure what rpt is, so I looked it up on Google and think it means how the files report? I could be wrong. I don't think it's a rpt error since all of the other addons function. I did some reading on...
  6. R

    Zed Nuker script

    I have encountered a few issues and need clarification on how to get the Zed Nuker operating on our server. In my init.sqf file at the very bottom I added the following. [11565.9,11364.6,0],300] execVM "addons\fixes\SAR_nuke_zeds.sqf"; Above this line are the crash site cluster cutter and...
Back
Top