bumnutz72 Posted June 18, 2021 Report Share Posted June 18, 2021 I am hoping someone can help me, but I was wondering how I can change the coords of where the plane starts flying from? It is on a Napf map, and would like it to start flying from the north area of the map. Thanks for any help Regards Link to comment Share on other sites More sharing options...
0 Mig Posted June 18, 2021 Report Share Posted June 18, 2021 Open the mission file , search this line : _plane = createVehicle ["AN2_DZ", [0,0,500], [], 0, "FLY"]; change to this : _plane = createVehicle ["AN2_DZ",[9244.6875, 19838.98,500], [], 0, "FLY"]; and try .. Reaper5150 1 Link to comment Share on other sites More sharing options...
0 bumnutz72 Posted June 18, 2021 Author Report Share Posted June 18, 2021 14 hours ago, Mig said: Open the mission file , search this line : _plane = createVehicle ["AN2_DZ", [0,0,500], [], 0, "FLY"]; change to this : _plane = createVehicle ["AN2_DZ",[9244.6875, 19838.98,500], [], 0, "FLY"]; and try .. Thanks very much Mig, that worked, much appreciated Link to comment Share on other sites More sharing options...
Question
bumnutz72
I am hoping someone can help me, but I was wondering how I can change the coords of where the plane starts flying from?
It is on a Napf map, and would like it to start flying from the north area of the map.
Thanks for any help
Regards
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now