RemovePedFromVehicle: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...)
(No difference)

Revision as of 09:59, 3 June 2008

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

Shared