AttachTrailerToVehicle TR
From SA-MP Wiki
Description:
Bir aracı, başka bir araca römork olarak birleştir.
(trailerid, vehicleid)
trailerid | Trailer ID'si |
vehicleid | Çeken aracın ID'si |
Return Values:
This function does not return any specific values.
// araç 1, araç 5'i çekecek AttachTrailerToVehicle(5, 1);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- DetachTrailerFromVehicle: Detach a trailer from a vehicle.
- IsTrailerAttachedToVehicle: Check if a trailer is attached to a vehicle.
- GetVehicleTrailer: Check what trailer a vehicle is pulling.