JohnDoe4444 Posted June 10, 2016 Share Posted June 10, 2016 (edited) ITNOG. Hello guys. I've wanted to write a script where a NPC heli comes from one location to another, then lands. But I have trouble with landing that chopper. Here's a part of my script (part of a larger script) Car.Create([email protected], #MAVERICK, 2281.27, -1661.46, 25.0)actor.CreateAsDriver([email protected], Gang1, #ARMY, [email protected])wait [email protected] = Marker.CreateAboveCar([email protected])Marker.SetColor([email protected], 2)04A2: set_heli [email protected] fly_to 2481.27 -1661.46 14.0 altitude_between 0.0 and 30.0wait 0jump @LABEL_287gosub @LABEL_1622...lines of scripts...:LABEL_1622wait 0if00B0: car [email protected] sphere 0 in_rectangle_cornerA 2461.27 -1641.46 cornerB 2491.0 -1681.0jf @LABEL_162204A2: set_heli [email protected] fly_to 2481.27 -1661.46 14.0 altitude_between 0.0 and 0.0 The heli makes it successfully to the location but doesn't land. I've tried many kinds of ways to solve it and the last thing I've done was the thing in the top code, where I changed the altitude of flight completely to zero. Edited June 11, 2016 by 4sinayousefi Link to comment Share on other sites More sharing options...
xNCx Posted June 11, 2016 Share Posted June 11, 2016 (untested) there is an opcode to turn off vehicle's engine. Maybe this might help. It is 02D4: for VC and (probably) 0918: for SA. JohnDoe4444 1 Link to comment Share on other sites More sharing options...
JohnDoe4444 Posted June 11, 2016 Author Share Posted June 11, 2016 (edited) Unfortunatly it didn't work. I used two or three opcodes related to engine but no result. Edit: My script had a very basic issue from the beginning. I placed the "gosub" in the wrong place causing Label_1622 not work at all. Thanks for your help anyway. Edited June 11, 2016 by 4sinayousefi Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now