Announcement Title

  • Your first announcement to every user on the forum.
Siren Fixer Download Script

Siren Fixer Download Script 2

NOTE: IF YOU HAVE OPTED TO INSTALL FIVEM NOT ON YOUR C DRIVE THIS WILL NOT WORK

This script downloads and installs an edited version of cp702's Siren Setting Limit Adjuster, which fixes broken lights in newer FiveM game builds. Many players have struggled with lighting issues in FiveM, and this version resolves compatibility problems across all current FiveM builds. Huge thanks to cp702 for creating the original tool, which this script adapts and keeps up-to-date.

Instructions:
  1. Open PowerShell
    • Press Win + S, type PowerShell, and right-click on Windows PowerShell.
    • Select Run as Administrator to ensure the script has the necessary permissions.
  2. Allow Remote Script Execution:
    • To allow running scripts downloaded from the web in the current PowerShell session, enter the following command:
      Code:
      Set-ExecutionPolicy RemoteSigned -Scope Process
    • When prompted, type Y to confirm.
  3. Download and Run the Script:
    • Run this command in PowerShell to download and install the Siren Setting Limit Adjuster plugin:
      Code:
      # Step 1: Download the script to a temporary file
      $scriptUrl = "https://nextgen-rp.com/resources/siren-fixer-download-script.2/download"
      $tempFilePath = "$env:TEMP\siren-fixer-download-script.ps1"
      Invoke-WebRequest -Uri $scriptUrl -OutFile $tempFilePath -UseBasicParsing
      
      # Step 2: Run the downloaded script
      Invoke-Expression -Command $tempFilePath
    • This command downloads the script, which then installs the plugin to the correct FiveM directory (C:\Users\<YourUsername>\AppData\Local\FiveM\FiveM.app\plugins).
Note: Only run scripts from trusted sources to ensure your system’s safety.
Author
robert4049
Downloads
39
Views
39
First release
Last update

Ratings

0.00 star(s) 0 ratings

Welcome to Next Generation Roleplay!

We are a vibrant and dedicated GTA V roleplay community focused on immersive, realistic experiences. Whether you're a seasoned roleplayer or just starting, our server offers endless opportunities to create your story. Join us and become part of our growing family!

Stay Connected!

Don’t miss out on the latest updates, events, and announcements. Join our Discord for live support and community interaction or follow us on social media to stay in the loop. Let’s build unforgettable stories together!
Back
Top