adg Posted March 13, 2014 Report Share Posted March 13, 2014 The files are in the first post... Link to comment Share on other sites More sharing options...
Achmed Posted March 13, 2014 Report Share Posted March 13, 2014 has anyone got it working with out any problems on the sauerland map? Link to comment Share on other sites More sharing options...
KrakenDomes Posted March 13, 2014 Report Share Posted March 13, 2014 Recently downloaded this and having the same issues as the rest. I created the evac - pad, tped 700m away. Called evac and it came and got me. Took heli back to evac pad (flew it there) and had someone kill me. Spawn in, call the choppa and no chopper is found on pad. But when I go to create a new one, it never deletes the old one. So now there are two evac pads sitting there. Link to comment Share on other sites More sharing options...
HellGamer115 Posted March 13, 2014 Report Share Posted March 13, 2014 guys if you are having problems try that, you need a radio to call the heli but it works. please thank ADG and the original creator Link to comment Share on other sites More sharing options...
FragZ Posted March 13, 2014 Report Share Posted March 13, 2014 Any way we could get a working scroll menu one? Radio is kinda hard to find on our server unless we make people spawn with it haha. I think Ill just do that. Link to comment Share on other sites More sharing options...
HellGamer115 Posted March 13, 2014 Report Share Posted March 13, 2014 Any way we could get a working scroll menu one? Radio is kinda hard to find on our server unless we make people spawn with it haha. I think Ill just do that. im not sure dude, it was ADG on the forum who made it for me. you might want to look around for an older version Link to comment Share on other sites More sharing options...
FoRcE72 Posted March 13, 2014 Report Share Posted March 13, 2014 The files are in the first post... Those files will not work correctly for me, It works but it does not work correctly, this is the problem for most people which is why I said if someone has a working version without issue they could share them instead of telling everyone they did something wrong..makes more sense to me anyway.. Link to comment Share on other sites More sharing options...
Nexy Posted March 13, 2014 Report Share Posted March 13, 2014 Heli Evac works fine on first try, but as after i log out and then back in again it cant find my chopper on my helipad Also, every new players gets the option to call evac chopper, but no evac chopper found. Link to comment Share on other sites More sharing options...
adg Posted March 14, 2014 Report Share Posted March 14, 2014 Those files will not work correctly for me, It works but it does not work correctly, this is the problem for most people which is why I said if someone has a working version without issue they could share them instead of telling everyone they did something wrong..makes more sense to me anyway.. The files are working fine, maybe it is your antihack or whatnot. Link to comment Share on other sites More sharing options...
LBondy Posted March 14, 2014 Report Share Posted March 14, 2014 Just curious, couldnt find anyone having asked this question already, so this is my question: Is it possible to get a script added so you can send the helicopter back to its pad? I would find it very useful if you could land somewhere, send the heli back then continue on with taking out a player/AI then when youre done, recall it to your current location Proximus and MrGrimm 2 Link to comment Share on other sites More sharing options...
brw1990 Posted March 14, 2014 Report Share Posted March 14, 2014 i tried this on sauerland map and it didn't do anything.. i hope theres a fix for that Link to comment Share on other sites More sharing options...
FragZ Posted March 15, 2014 Report Share Posted March 15, 2014 When we tried to use it, it said *There is no helicopter on your Evac field* I also tried to chANge the heli for something else and nothing works... it takes gold and create landing pad but then it doesn't work when we call it. Link to comment Share on other sites More sharing options...
Raginghate Posted March 17, 2014 Report Share Posted March 17, 2014 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. Link to comment Share on other sites More sharing options...
BangL Posted March 21, 2014 Report Share Posted March 21, 2014 Problem: This line in the EvacChopper_init.sqf: _evacFields = nearestObjects [player, ["HeliHRescue"], 30000]; ...takes so long that it triggers the "onHackedData" event, defined in your server config, when you run a large map like Sauerland.... which, in my case, bans everyone on connect now. Link to comment Share on other sites More sharing options...
Asian Kid Posted March 24, 2014 Report Share Posted March 24, 2014 How can I delete old heli pads without the player who made it? Link to comment Share on other sites More sharing options...
Nexarion Posted March 24, 2014 Report Share Posted March 24, 2014 Go to your database and search for HeliHRescue in your Object_Data. After that you have to check the worldspace to find the right one to delete. Link to comment Share on other sites More sharing options...
StiflersM0M Posted March 28, 2014 Report Share Posted March 28, 2014 Hey, My chopper doesnt gets unlocked if the chopper arived and i get near to it. dont know why.... any help ? Link to comment Share on other sites More sharing options...
naz Posted April 6, 2014 Report Share Posted April 6, 2014 The script does not find a chopper after death or after disconnecting. I created the evac - pad, tped 700m away. Called evac and it came and got me. Took heli back to evac pad (flew it there) and had someone kill me. Spawn in, call the choppa and no chopper is found on pad. I am having this issue in epoch 1.0.4.2, chernarus map. evac is good until you die, then you still have the option to call chopper, but it can't be found. The code looks good to me, its just searching for evac fields under the player's ID. Help would be nice, but at this point its just wishful thinking. I'll fiddle around with it and if I come across a solution, I WILL post it. Link to comment Share on other sites More sharing options...
Stollenwerk Posted April 7, 2014 Report Share Posted April 7, 2014 What should happen on restart? The Player Evac-Field is stored to the Database and is tied to the playerUID and not the characterID, so he will be the owner of it until you stop hosting your server, wipe your database, or the player decides to remove it by making it at another position! First of all, really great script! I'm a little bit confused about what you said. Because in my case it's this way: When you lost your chopper and assign another one at a different place, a second Evac-Field is placed and the first still remains. Isn't there a way to get rid of the heli pads, when it's saved to the database? EDIT: Never mind, didn't read the posts before :rolleyes: HeliHRescue, alright.... Link to comment Share on other sites More sharing options...
SilentKiLLa Posted April 10, 2014 Report Share Posted April 10, 2014 Great job man. I just started using this a few days ago on my dayz epoch server, The Winchester 199.116.113.43:2702. It works great and it solves the problem of having to take that long run back to your body or base to rearm. That is if you have enough money to buy it, lol. Link to comment Share on other sites More sharing options...
MrGrimm Posted April 13, 2014 Report Share Posted April 13, 2014 Has anyone seen an issue where if you call your chopper to you and lets say before you left your base you loaded it with supplies that when the chopper arrives to you the supplies are gone ? Link to comment Share on other sites More sharing options...
ATRealMaster Posted April 13, 2014 Report Share Posted April 13, 2014 I cant find My Custom Variable.sqf, I added call compile preprocessFileLineNumbers "custom\JAEM\variables.sqf"; but I dont see Custom Variable.sqf Link to comment Share on other sites More sharing options...
jahangir13 Posted April 13, 2014 Report Share Posted April 13, 2014 Hi, if someone like me wants to keep the engine on when the evac heli arrives, add this line: evacChopper engineOn true; at this place in CallEvacChopper.sqf: //We delete the AI Pilot his group and the Evac-Zone Marker waitUntil{{_x in evacChopper} count units group evacChopperPilot == 0}; {deleteWaypoint _x} forEach waypoints evacChopperGroup; deleteVehicle evacChopperPilot; evacChopper engineOn true; waitUntil{sleep 0.5; count units group evacChopperPilot == 0}; deleteGroup evacChopperGroup; deleteVehicle _heliHRescue; Then you can directly drop in and fly away. icey 1 Link to comment Share on other sites More sharing options...
ATRealMaster Posted April 15, 2014 Report Share Posted April 15, 2014 When my chopper comes to pick me up, it works fine, but when i tried to get in, it kills me and my chopper disappears..... Is there a solution? Link to comment Share on other sites More sharing options...
Charles Posted April 15, 2014 Report Share Posted April 15, 2014 hey.friend.i used you script.when i restart server or dead.i cant call my heil. !!!! Link to comment Share on other sites More sharing options...
Recommended Posts