Posts: 9
Threads: 6
Joined: Sep 2010
Reputation:
0
how do i how i AttachObjectToVehicle? help me please
Posts: 4,649
Threads: 64
Joined: Dec 2009
Reputation:
0
1є create the object, and get the handle of the object on a variable
2є create a vehicle ans save it's handle in an other variable
3є AttachObjectToVehicle(variable1, variable2, , 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
Note: variable1 = handle of the object. variable2 = handle of the car. the 0.0 are the offset and rot, play with them.
Posts: 857
Threads: 23
Joined: Mar 2009
Reputation:
0
Streamed objects doesn't work with this?