GetVehicleNameFromID

From Multi Theft Auto: Wiki
Revision as of 03:33, 9 September 2006 by Ransom (talk | contribs)
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.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also