Quote:
Originally Posted by TwinkiDaBoss
1. Attaching vehicle A to vehicle B.
pawn Код:
AttachVehicleToVehicle(vehicle1ID,Vehicle2ID,Veh1_PosX,Veh1_PosY,Veh1_PosZ); AttachVehicleToVehicle(1,2,0,0,0);
by PosXYZ I mean offsets of the vehicle. Would work same as AttachObjectToVehicle
|
Forgive me if Im wrong but isnt that the use of AttachTrailerToVehicle.And whats the use of attaching a vehicle to another vehicle to position different from its trailer hitch.