GetVehicleTrailer
From SA-MP Wiki
Description:
Get the ID of the trailer attached to a vehicle.
(vehicleid)
vehicleid | The ID of the vehicle to get the trailer of. |
Return Values:
The vehicle ID of the trailer or 0 if no trailer is attached.
new trailerid = GetVehicleTrailer(vehicleid); DetachTrailerFromVehicle(trailerid);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- AttachTrailerToVehicle: Attach a trailer to a vehicle.
- DetachTrailerFromVehicle: Detach a trailer from a vehicle.
- IsTrailerAttachedToVehicle: Check if a trailer is attached to a vehicle.