Iām not sure. It seems that Windows Defender sometimes detects non-viruses as viruses, and fails to detect actual viruses. There is no obfuscated code. You can check everything yourself, or simply scan it using VirusTotal
Unfortunately, no. You can only configure the ādiscordURLā, āembedVideoā (true or false), āimagesNameā, ākeybindsā description, and āmusicListā.
Great work! Thank you for the release. I am having some issues with it and curious if you have any ideas how I may resolve this.
The loading screen just constantly loads. It will not load me into the server. I had no issues whatsoever before enabling the loading screen. Now it just perpetually loads. Any ideas where to start?
Thanks in advance.
Iām glad you liked it! I didnāt have this problem, but you can create a āclient.luaā file in the root of the loadscreen resource and add it to your āfxmanifest.luaā as below:
fxmanifest.lua
client_script 'client.lua'
client.lua
AddEventHandler('onClientResourceStart', function (resourceName)
if(GetCurrentResourceName() ~= resourceName) then
return
end
while GetIsLoadingScreenActive() do
ShutdownLoadingScreen()
Wait(100)
end
end)
Iām sorry it didnāt work. I tested the code Iāve sent and it worked for me. I recommend updating your FiveM artifacts, delete your FiveM client and FXServer caches, and checking if there are any other loadscreens being loaded. Also, make sure your computer meets the minimum requirements to run GTA V.