Code:
Pilot01 Moveinpilot EVAC01;
Moveinpilot is not a available command.
Also you are using a lot of global variables. Don't know if it should be like this.
This looks good to me:
Code:
_EVAC = createGroup east;
_Pilot01 = _EVAC createUnit ["RU_Soldier_Pilot", position helospawn01, [], 0, "form"];
_EVAC01 = createVehicle ["Mi17_rockets_RU", position helospawn01, [], 0, "FLY"];
_EVAC01 lock false;
_Pilot01 moveindriver _EVAC01;
_Pilot01 domove (position Land01);
EVACRoute01_1 = _EVAC addWaypoint [LAND01,0];
EVACRoute01_1 setWaypointType "Land";
EVACROUTE01_1 setWaypointSpeed "FULL";
_Pilot01 flyInHeight 150;
sleep 120;
EVACroute01_2 = _Pilot01 addWaypoint [EXIT01,0];
EVACRoute01_2 setWaypointType "MOVE";
EVACROUTE01_1 setWaypointSpeed "FULL";