DetachTrailerFromVehicle

From SA-MP Wiki

Revision as of 07:32, 28 September 2019; view current revision
←Older revision | Newer revision→
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