00AB
Revision as of 18:07, 7 December 2015 by Spaceeinstein (talk | contribs) (Created page with "{{Icon|t}} '''SET_CAR_COORDINATES''' <hr /> '''Description''' : Sets the vehicle's coordinates point '''Syntax''' : 00AB: put_car [''car handle''] at [''flt1''] [''flt2''] [''...")
Description
- Sets the vehicle's coordinates point
Syntax
- 00AB: put_car [car handle] at [flt1] [flt2] [flt3]
Parameter
- [car handle]
- The handle of the vehicle
- [flt1]
- X-coordinate
- [flt2]
- Y-coordinate
- [flt3]
- Z-coordinate (or -100.0 for ground z)
Native analog
This opcode sets the vehicle's coordinates point by warping it to the location. The vehicle's base is the point where the vehicle will be placed by.
Keywords
put, place, warp, set, car, vehicle, position, coordinates
See also
- 00AA, gets the vehicle's coordinates