The only thing we are thinking about is the ELS or the custom blips we have. We ever stopped the custom blips after a restart but unfortunally without a good result. We are looking now to the ELS, maybe that is the problem. Hopefully just a rockstar/fivem dev can fix this issue :/...
ELS-FiveM is a FiveM resource to allow SP ELS vehicles to be synced a cross the server. - Create LICENSE · QB-Server/ELS-FiveM@db2cee6
ELS-FiveM is a FiveM resource to allow SP ELS vehicles to be synced a cross the server. - chore: implement .editorconfig · QB-Server/ELS-FiveM@43a2d39
return els_Vehicles[checkCarHash(veh)] end isVehicleELS = false canControlELS = false Citizen.CreateThread(function() while true do ped = PlayerPedId() if IsPedInAnyVehicle(ped, false) then vehicle = GetVehiclePedIsIn(ped, false) isVehicleELS = vehInTable(els_Vehicles, checkCarHash(vehicl...
25 changes: 25 additions & 0 deletions 25 .github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ --- name: Bug report about: Create a report to help us improve --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce...