AttachTrailerToVehicle Sk
From SA-MP Wiki
Touto funkciou pripojíte príves na vaše vozidlo.
(trailerid, vehicleid)
| trailerid | ID prívesu |
| vehicleid | ID vozidla, ku ktorému má byť pripojený príves |
| Returns | This function doesn't return a specific value |
// K vozidlu s ID 5 pripojí príves z ID 1 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.
