The open.mp logo
Home
FAQ
Forums
Servers
Docs
Blog

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

1: The function executed successfully.

0: The function failed to execute. The vehicle specified does not exist.

Examples

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

Notes

warning

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

Related Functions

  • SetPlayerPos: Set a player's position.
  • GetVehiclePos: Get the position of a vehicle.
  • SetVehicleZAngle: Set the direction of a vehicle.

Community

  • Discord
  • Instagram
  • Twitter
  • Twitch
  • YouTube
  • Facebook
  • VK

More

  • SA-MP
  • Blog
  • GitHub