
Originally Posted by
ataribaby
Very cool script. I dont know i fi made something wrong but i can service heli only once. When i returned from 30min flight damaged and landed on linked helipad mechanics missing option for service. i can post mission if you need it.
Hi! Sorry for replying so late. Did you manage to fix the problem, or does it still exist in that mission? If you can upload the mission somewhere, I'd be glad to take a look. The script checks things such as the altitude of the helicopter, and whether it is moving (if I remember correctly). Sometimes you have to wait for some 10 seconds for the game to recognize the chopper is no longer moving. If it still doesn't work, you might want to try and turn on engine on the chopper, take off (just 10 cm is enough), then land back down and engine off.

Originally Posted by
Odyseus
What if i want to use in more than one helipad? how should it be setup ?
Basically what you do when you want multiple service points, is to create two different helipads on the ground, and two different markers on the side (to the location where you want the service men to hang out when not working on chopper). After that you put two lines in your init.sqf:
PHP Code:
[Helipad_name, "Marker_Name"] execVM "scripts\OSMO_service\OSMO_service_init.sqf";
[Helipad_name2, "Marker_Name2"] execVM "scripts\OSMO_service\OSMO_service_init.sqf";
The way this script is built, you should be able to make as many service points as you want, anywhere on the map.