Skip to main content

AttachTrailerToVehicle

คำอธิบาย

Attach a vehicle to another vehicle as a trailer.

NameDescription
traileridThe ID of the vehicle that will be pulled.
vehicleidThe ID of the vehicle that will pull the trailer.

ส่งคืน

This function always returns 1, even if neither of the vehicle IDs passed are valid.

ตัวอย่าง

new vehicleid = CreateVehicle(...);
new trailerid = CreateVehicle(...);

AttachTrailerToVehicle(trailerid, vehicleid);

บันทึก

warning

This will only work if both vehicles are streamed in for a player (check IsVehicleStreamedIn).

ฟังก์ชั่นที่เกี่ยวข้องกัน