RemovePedFromVehicle

From Multi Theft Auto: Wiki
Revision as of 09:59, 3 June 2008 by Mekorea (talk | contribs) (New page: {{Server function}} __NOTOC__ This function removes a ped from a vehicle immediately. This works for drivers and passengers. Note that this removes the ped from the vehicle and puts him in...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function removes a ped from a vehicle immediately. This works for drivers and passengers. Note that this removes the ped from the vehicle and puts him in the exact position where the command was initiated.

Syntax

bool removePedFromVehicle ( ped thePed )           

Required Arguments

  • thePed: The ped you wish to remove from a vehicle

Returns

Returns true if the operation was successful, false otherwise.

Example

-- TODO

See Also