-
-
Notifications
You must be signed in to change notification settings - Fork 472
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
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
- Enter a vehicle
srun setVehicleEngineState(getPedOccupiedVehicle(getPlayerFromName("p")), false)
srun setVehicleVariant(getPedOccupiedVehicle(getPlayerFromName("p")), 0, 0)
srun getVehicleEngineState(getPedOccupiedVehicle(getPlayerFromName("p")))
- Engine is on, getVehicleEngineState returning false
Expected behaviour
To not turn engine on when using setVehicleVariant.
Screenshots
If applicable, add screenshots to help explain your problem.
MTA Client:
- Version:
- Running in Wine?
MTA Server:
- Version
- OS:
Additional context
Add any other context about the problem here
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working