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
U can comment, delete or edit this to fix this issue:
Citizen.CreateThread(function()
while true do
Citizen.Wait(1000)
local xPlayers = ESX.GetPlayers()
for i=1, #xPlayers, 1 do
local xPlayer = ESX.GetPlayerFromId(xPlayers[i])
if xPlayer ~= nil then
if xPlayer.getInventoryItem('radio').count == 0 then
local source = xPlayers[i]
TriggerClientEvent('ls-radio:onRadioDrop', source)
break
end
end
end
end
end)
I'm getting a lot of hitch warnings
http://prntscr.com/pshnoz
The text was updated successfully, but these errors were encountered: