View Issue Details

IDProjectCategoryView StatusLast Update
0000456Client/GameGrand Theft Auto IIIpublic2023-12-19 06:33
Reporterrww Assigned ToVortrex  
PriorityurgentSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Platformx64OSWindowsOS Version11
Product Version1.4.3 
Summary0000456: .removeFromVehicle() cause desync a player in GTA III
Description

https://youtu.be/MnydRfrhgvE <- like on this movie + after /eject and /portland commands, other players will don't see us!

Steps To Reproduce

Server-side:
triggerNetworkEvent("remove_From_Vehicle", client)

Client-side:

addNetworkHandler("remove_From_Vehicle", function()

if (localPlayer) then
    localPlayer:removeFromVehicle()
end

end)

TagsNo tags attached.
Game

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-12-18 17:41 rww New Issue
2023-12-19 06:33 Vortrex Assigned To => Vortrex
2023-12-19 06:33 Vortrex Status new => resolved
2023-12-19 06:33 Vortrex Resolution open => fixed