SpawnVehicle

From Multi Theft Auto: Wiki
Revision as of 14:53, 20 June 2007 by Black Dragon (talk | contribs)
Jump to navigation Jump to search

Respawns vehicles to where they were first spawned.

Syntax

 bool respawnVehicle ( vehicle thevehicle )

Required Arguments

  • thevehicle: The vehicle you wish to respawn

Returns

Returns true if the vehicle respawned successfully, false if the passed argument does not exist or is not a vehicle.

Example

This example does...

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

See Also