DetachTrailerFromVehicle

From SA-MP Wiki

Jump to: navigation, search


Description:

Detach the connection between a vehicle and its trailer, if any.


Parameters:
(vehicleid)
vehicleidID of the pulling vehicle.


Return Values:

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


Example Usage:

DetachTrailerFromVehicle(vehicleid);

Related Functions

The following functions may be useful, as they are related to this function in one way or another.

In other languages