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
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
Spawning and getting into a non-networked vehicle will spam the console with:
repro code:
RequestModel("taxi")
while not HasModelLoaded("taxi") do
Citizen.Wait(100)
end
playerCoords = GetEntityCoords(GetPlayerPed(-1))
currentGoKart = CreateVehicle("taxi",playerCoords.x,playerCoords.y,playerCoords.z,0.0,false,false)
TaskWarpPedIntoVehicle(GetPlayerPed(-1), currentGoKart, -1)
This spam is caused by els, as stopping the resource stops the spam, I assume its constantly trying to call NetworkGetEntityFromNetworkId
The text was updated successfully, but these errors were encountered:
Spawning and getting into a non-networked vehicle will spam the console with:
repro code:
This spam is caused by els, as stopping the resource stops the spam, I assume its constantly trying to call NetworkGetEntityFromNetworkId
The text was updated successfully, but these errors were encountered: