Przejdź do głównej zawartości

SetVehiclePos

Description

Set a vehicle's position

NameDescription
vehicleidVehicle ID that you want set new position.
Float:xThe X coordinate to position the vehicle at.
Float:yThe Y coordinate to position the vehicle at.
Float:zThe Z coordinate to position the vehicle at.

Returns

true - The function executed successfully.

false - The function failed to execute. The vehicle specified does not exist.

Examples

// Put the player's vehicle at the coordinates 0.0, 0.0, 3.0 (center of SA)
new vehicleid = GetPlayerVehicleID(playerid);
SetVehiclePos(vehicleid, 0.0, 0.0, 3.0);

Notes

warning

Known Bug(s):

  • An empty vehicle will not fall after being teleported into the air!