Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Creating a non-networked vehicle will cause console spam #82

Open
rubbertoe98 opened this issue Jan 8, 2020 · 1 comment
Open

Creating a non-networked vehicle will cause console spam #82

rubbertoe98 opened this issue Jan 8, 2020 · 1 comment

Comments

@rubbertoe98
Copy link

rubbertoe98 commented Jan 8, 2020

Spawning and getting into a non-networked vehicle will spam the console with:
image

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

@larscrazynl
Copy link

I have the same error, and when you disable the resource stop the spam too!
Can anyone help?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants