GetVehicleNameFromID

From Multi Theft Auto: Wiki
Revision as of 03:32, 9 September 2006 by Ransom (talk | contribs) (→‎Example)
Jump to navigation Jump to search


Allows you to input a vehicleID and return a vehicle name from that ID

Syntax

string getVehicleNameFromID ( int id )            

Required Arguments

  • id: This is a vehicle id. See vehicle to see what values will return names (true).

Returns

Returns true if vehicle exists, false otherwise.


See Also