Vehicle::position
Внешний вид
This property using for getting or setting vehicle position.
Example
<syntaxhighlight lang="javascript"> let position = vehicle.position vehicle.position = new mp.Vector3(1, 2, 3) </syntaxhighlight>
This property using for getting or setting vehicle position.
<syntaxhighlight lang="javascript"> let position = vehicle.position vehicle.position = new mp.Vector3(1, 2, 3) </syntaxhighlight>