Locutor

Results 5 comments of Locutor

it looks that still crashing even on canary @DaniGP17

```lua --client side Citizen.CreateThread(function() while true do Wait(0) local ped = PlayerPedId() local status = GetScriptTaskStatus(ped, 0x491A782D) if status ~= 7 then ClearPedTasksImmediately(ped) end end end) --server side CreateThread(function() while...

brother @Krowx1337 u can use my server side fix and add your ban export or smth, it fixes the problem ```lua --server side CreateThread(function() while true do Wait(150) for _,...

Hello my brother @FrogCF my server side fix already solved the problem, just use it with a lower wait time like 50, add your ban export/handler and done!! ❤️

@Whisperisgod you're totally right my brother, fivem already released the fix but only on latest version, now we just need to wait.