I am having a problem I am using a localhost fivem server on my pc to test things I am getting some error over and over while i am connected in game any ideals what it is screenshot below of console
Add this line in the top of server.lua if doesn’t exits.
ESX = nil
Citizen.CreateThread(function()
while ESX == nil do
TriggerEvent('esx:getSharedObject', function(obj) ESX = obj end)
Citizen.Wait(0)
end
end)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
