GetVehicleType

From Multi Theft Auto: Wiki
Revision as of 20:46, 14 April 2008 by Lil Toady (talk | contribs)
Jump to navigation Jump to search

This function retrieves the vehicle type

Syntax

string getVehicleType ( vehicle theVehicle )
string getVehicleType ( integer modelId )

Required Arguments

  • vehicle: The vehicle element or id.

Returns

Returns a string with vehicle type or false if an invalid modelID has been supplied, or an empty string if the vehicle is blocked internally (some trailers). Works server- and clientside.

types: Automobile
Plane
Bike
Helicopter
Boat
Train
Trailer
BMX
Monster Truck
Quad

Example


See Also