Closed
Description
Describe the bug
You can't hijack a created ped's vehicle.
To Reproduce
Steps to reproduce the behavior:
run v = Vehicle(411, me.position + Vector3(1, 1, 1))
run p = Ped(0, 0, 0, 0)
run p.vehicle = v
and then try to jack the vehicle
Expected behavior
You should be able to get into the vehicle.
Additional context
From https://bugs.mtasa.com/view.php?id=4896