IsTrailerAttachedToVehicle

From SA-MP Wiki

Jump to: navigation, search


Description:

Checks if a vehicle has a trailer attached to it. Use GetVehicleTrailer to get the vehicle ID of the trailer (if any).


Parameters:
(vehicleid)
vehicleidThe ID of the vehicle to check for trailers.


Return Values:

  • 1: The vehicle has a trailer attached.
  • 0: The vehicle does not have a trailer attached.


Example Usage:

if(IsTrailerAttachedToVehicle(vehicleid))
{
    printf("Vehicle %i has a trailer!", vehicleid);
}

Related Functions

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

Personal tools
Navigation
Toolbox
In other languages