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
I have a gamemode that when you get inside some vehicles as copilot ( ambulance seat >= 2, trains and others ) teleports you inside a interior. the thing is the code was working nice in SA-MP and OPEN.mp, the ambulance interior and others vehicles, but inside train WAGONS wasn't working, debuing what was going on I noticed that I can't even use the OnPlayerUpdate CallBack when I get in on a train wagon
To Reproduce
Steps to reproduce the behavior:
Create some train with wagons (538 model)
Pres G on some of the wagons and then you won't see OnPlayerUpdate working, GetPlayerVehicleID returns 0
Expected behavior
OnPlayerUpdate callback working, GetPlayerVehicleID returning the vehicle id so I can teleport players inside interiors
Screenshots and/or logs
Code:
Logs:
Outside train wagon
Inside train wagon, you can use see Timestamp OnPlayerUpdate doesn't works
Release version
open.mp 1.4.0.2783
The text was updated successfully, but these errors were encountered:
Describe the bug
I have a gamemode that when you get inside some vehicles as copilot ( ambulance seat >= 2, trains and others ) teleports you inside a interior. the thing is the code was working nice in SA-MP and OPEN.mp, the ambulance interior and others vehicles, but inside train WAGONS wasn't working, debuing what was going on I noticed that I can't even use the OnPlayerUpdate CallBack when I get in on a train wagon
To Reproduce
Steps to reproduce the behavior:
Expected behavior
OnPlayerUpdate callback working, GetPlayerVehicleID returning the vehicle id so I can teleport players inside interiors
Screenshots and/or logs



Code:
Logs:
Outside train wagon
Inside train wagon, you can use see Timestamp OnPlayerUpdate doesn't works
Release version

open.mp 1.4.0.2783
The text was updated successfully, but these errors were encountered: