GetVehicleTrailer

From SA-MP Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 17:56, 2 February 2014
Connor Mead (Talk | contribs)

← Previous diff
Revision as of 17:56, 2 February 2014
Connor Mead (Talk | contribs)

Next diff →
Line 20: Line 20:
[[Category:Scripting Functions]] [[Category:Scripting Functions]]
-[[fr:GetVehicleTrailer_FR]]+[[fr:GetVehicleTrailer]]

Revision as of 17:56, 2 February 2014



Description:

Get the ID of the trailer attached to a vehicle.


Parameters:
(vehicleid)
vehicleidThe ID of the vehicle to get the trailer of.


Return Values:

The vehicle ID of the trailer or 0 if no trailer is attached.


if(GetVehicleTrailer(GetPlayerVehicleID(playerid))) SendClientMessage(playerid, 0xFFFFFFAA, "You are currently towing a trailer.");
else SendClientMessage(playerid, 0xFFFFFFAA, "You are not towing a trailer.");

Related Functions

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

In other languages