Es_extended resource time warning

any fix for this warning?

1 Like

what about your pc spec?

Is nothing you cant do on the server
The only thing you can do is upgrade your pc

is not PC … all player have this issue… and i’ve a really good PC gaming … only this week we have this issue…

is not PC … all player have this issue… and i’ve a really good PC gaming … only this week we have this issue…

This is not your PC.
One idea I had was something is calling an esx function constantly. Something like this:

Citizen.CreateThread(function()
  while true do
  Wait(100)
  local info = ESX.GetPlayerData() -- Constant call to esx
  somethingWithInfo(info)
  end
end)```

in es_extended resource?

Could be any resource.

i’ve to read all file ??? oh :open_mouth:

Use profiler, it exist for a reason

Access denied to profiler command… i don’t know why…

Enable canary version in FiveM launcher settings

Thanks <3