You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you turn off your vehicle engine and use setVehicleVariant on it, the engine will go on, tho getVehicleEngineState will still be returning false.
Describe the bug
If you turn off your vehicle engine and use setVehicleVariant on it, the engine will go on, tho getVehicleEngineState will still be returning false.
To reproduce
srun setVehicleEngineState(getPedOccupiedVehicle(getPlayerFromName("p")), false)
srun setVehicleVariant(getPedOccupiedVehicle(getPlayerFromName("p")), 0, 0)
srun getVehicleEngineState(getPedOccupiedVehicle(getPlayerFromName("p")))
Expected behaviour
To not turn engine on when using setVehicleVariant.
Screenshots
If applicable, add screenshots to help explain your problem.
MTA Client:
MTA Server:
Additional context
Add any other context about the problem here
From https://bugs.mtasa.com/view.php?id=8663
The text was updated successfully, but these errors were encountered: