Menunggu...
1 files liked
815 komen
25 video
1 uploads
23 followers
6,464 muat turun
  • Gtav76

    @Antthony_12 I can't reproduce your errors. I mean from the log it's very clear that your compiler can't find the necessary assemblies/references. Without knowing what IDE and/or C# compiler you're using I can't comment further. If you do use VS and I strongly recommend it, you will need to add the reference, whether they be System or mod libraries such as SHVDN, nativeui, lemonui, ifruit...etc.

    8 hours ago
  • Gtav76

    @gtavjamal It was very surprising and definitely set a precedent...so after short reflection, I thought F it. I'm taking all the scripts down. It's just the principle - taking someone's work, decompiling it, making changes, and then publicly posting it - without any permission nor any consideration for the author.

    8 hours ago
  • Gtav76

    @Antthony_12 P.S. Are you using VS to compile? Either way, compile with .NET Framework 4.8

    13 hours ago
  • Gtav76

    @Antthony_12 There is nothing wrong with using Chat AI. However there are caveats. The learning models use whatever code they can find and most of it is outdated. As a result, the code it generates often is also outdated and the worst of it is that it will invent properties and methods. I haven't compiled your code and I really don't understand why SHVDN would generate such errors. I just spotted your errors in the text. I also use a timer, when I test for stability, and have never encountered such errors. When I have a chance, I'll compile your code and report back.

    Finally, in passing, not all code will run uncompiled (for example LemonUI) and if you do use uncompiled scripts the convention is to use .3.cs, for example myscript.3.cs when using SHVDN3.

    14 hours ago
  • Gtav76

    @gtavjamal A moderator here, decompiled, edited, and uploaded my TV script on pastebin - without permission. This was under the false pretense that my script was causing crashes (it wasn't) and his edited version would fix all issues and school me at the same time. Well wrong on all counts. The script was fine and my knowledge is light years ahead of his.

    14 hours ago
  • Gtav76

    @Antthony_12
    You stated you couldn't compile this script? I'm assuming you're using an old script or tutorial, or more likely AI. If the latter please be aware that the chat AI models (ChatGPT or other) didn't have the best learning resources for SHVDN and consequently Chat AI often invents its own methods and properties. I'm a big fan of AI, as in Stable Diffusion, but it is not the best way to script GTA V.

    Since your script is not compiled - the code is exposed- i'm assuming it's both proper and ethical to review it. Most importantly, I hope you don't mind these suggestions and the reason your code isn't compiling yet still working:
    You should be using the latest version of SHVDN if you're uploading mods.
    For your directives you have choices:
    using GTA.UI; //For notification and Subtitles
    using Screen = GTA.UI.Screen; //For Subtitles

    For notifications, depending on your directives:
    Notification.PostTicker("Lap started!",true); //was Notification.Show

    For ShowSubtitle, depending on your directives:
    GTA.UI.Screen.ShowSubtitle("Elapsed time: " + formattedTime);
    or
    Screen.ShowSubtitle("Elapsed time: " + formattedTime); // based on your directives

    17 hours ago
  • Gtav76

    @mcshithead Ok. That's why these files are the perfect recipe for malware. They let you know in advance that there will be a false positive so you don't have to worry. In passing, anti-virus and other similar software don't scan for malicious code. I've done this test myself, created an exe that has delete and format commands and they will fly through Virus Total or whatever you use with flying colours because they only scan for mainstream viruses that have been out for months, years, or decades.

    27 Januari, 2025
  • Gtav76

    @mcshithead Lol. I'm guessing at what files you put, and if I'm right you never know what malicious code those files might contain. Anyway, hope it is fixed and safely fixed.

    27 Januari, 2025
  • Gtav76

    @mcshithead so what exactly was your issue, and what was the solution? A crash in loading screen has nothing to do with "update required". The most common fix for a crash is a new gameconfig.xml or making sure you have the one for your version of the game.

    27 Januari, 2025
  • Gtav76

    @mcshithead I don't know what your issue is. This mod has nothing to do with the latest launcher updates. If you want to play reverted but can't the solution is very simple. First you let the game update. Once updated you copy GTA5.exe, the reverted version, to replace the updated one. Now you can play offline. After a few days R* will ask you to authenticate. To do this you need to go online and to avoid the update message you need to reverse the process and this time you swap the new GTA5.exe to replace the old one. You then authenticate online, quit your game, revert back, play offline.

    26 Januari, 2025