Jump to content

Raginghate

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Raginghate

  1. I figured out a fix for 1.0.4.2.

     

    This line in your custom variable.sqf 

     

    dayz_allowedObjects = dayz_allowedObjects + ["HeliHRescue"];  

     

    or if you don't have a custom variable.sqf this line

     

    call compile preprocessFileLineNumbers "custom\JAEM\variables.sqf";    (because all this points to is a file with only the above code in it)

     

    Does nothing.

     

     

    in your custom variable.sqf around line 581 you need to add "HeliHRescue" to your allowed objects 

     

    Its worked for me through 3 server restarts. hope it works for you too.

     

    And I would suggest removing those lines of code up top from your init or custom variable to tidy things up.

×
×
  • Create New...