AttachTrailerToVehicle Sk
From SA-MP Wiki
This page has been suggested for deletion. This language is not supported by the wiki. [ Discuss ][ What links here? ] |
Description:
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 |
Return Values:
This function does not return any specific values.
// 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.