Posts: 10
Threads: 3
Joined: Jan 2013
Reputation:
0
Hello, i'm working some system, and i was wondering how to drop something from vehicle, like a plane.. I mean you are flying with Andromada and you want to drop package(some object), how to drop it and how to remain it down on the ground, so the other players can use it?
Posts: 801
Threads: 29
Joined: May 2012
Reputation:
0
You can use ColAndreas plugin to detect the max Z position given a X, Y respectively or MapAndreas. Then, you can use MoveObject to move the object to the ground position.
Posts: 10
Threads: 3
Joined: Jan 2013
Reputation:
0
Can you tell me little more details? I've never worked with this two plugins..
Posts: 694
Threads: 2
Joined: Oct 2012
Reputation:
0
MoveObject is a function that simply moves an object from position A (the plane) to position B (ground)
You need to detect Position B's z ( x,y can be extracted from position A's x and y ) which is ground, ColAndreas provides that info ( the z )
got it or need more explanation ?