Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Wilhelm

Friends of LSPDFR
  • Joined

  • Last visited

Everything posted by Wilhelm

  1. I am completely in favour of having a discourse over the validity of pride liveries (in an IRL setting). But there is a time and a place for doing so, and in the comments of a file is not that place. Furthermore, the discussion which had grown from these comments was not objective, and simply threw around abusive terms (not everyone, but a chosen few tipped the boat). In the mean time, if you want to download and use this livery, then I encourage you to do so. However, if you do not, I encourage you to find another livery that best appeals to you.
  2. @vzlesak Looks like its still looking for PoliceSmartRadio. A FileNotFoundException is where its looking for a file but hasn't been able to find it. [7/17/2019 3:31:02 PM.018] LSPD First Response: ============================== [7/17/2019 3:31:02 PM.018] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK [7/17/2019 3:31:02 PM.018] LSPD First Response: ------------------------------ [7/17/2019 3:31:02 PM.018] LSPD First Response: Origin: Game fiber "<UNNAMED THREAD>". [7/17/2019 3:31:02 PM.018] LSPD First Response: ------------------------------ [7/17/2019 3:31:02 PM.018] LSPD First Response: Exception type: System.IO.FileNotFoundException [7/17/2019 3:31:02 PM.018] LSPD First Response: Exception message: Nelze načíst soubor nebo sestavení PoliceSmartRadio, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null nebo jeden z jejich závislých prvků. Systém nemůže nalézt uvedený soubor. [7/17/2019 3:31:02 PM.018] LSPD First Response: ------------------------------ [7/17/2019 3:31:02 PM.018] LSPD First Response: Inner exceptions: [7/17/2019 3:31:02 PM.018] LSPD First Response: ------------------------------ [7/17/2019 3:31:02 PM.018] LSPD First Response: Stack trace: [7/17/2019 3:31:02 PM.019] LSPD First Response: at ForceACallout.Main.<>c.<DutyStateChange>b__2_0() [7/17/2019 3:31:02 PM.019] at Rage.GameFiber.Main() [7/17/2019 3:31:02 PM.019] LSPD First Response: ==============================
  3. Hallo @GalaxyKiller990, Bitte erwägen Sie, Rage Plugin Hook als Administrator auszuführen oder eine Ausnahme in Ihrer Antivirensoftware für Ihr GTA 5-Verzeichnis zu erstellen.
  4. Hi @hassan10, Please provide a copy of your Rage Plugin Hook log file, located in your root GTA V directory.
  5. Hi @vzlesak, This appears to be an error in the PoliceSmartRadio plugin, not LSPDFR directly. Below is the excerpt you're looking for! 🙂 [7/17/2019 10:25:23 AM.029] LSPD First Response: ------------------------------ [7/17/2019 10:25:23 AM.029] LSPD First Response: Inner exceptions: [7/17/2019 10:25:23 AM.029] LSPD First Response: ------------------------------ [7/17/2019 10:25:23 AM.029] LSPD First Response: Stack trace: [7/17/2019 10:25:23 AM.029] LSPD First Response: at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult) [7/17/2019 10:25:23 AM.029] at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase) [7/17/2019 10:25:23 AM.029] at System.Windows.Forms.KeysConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) [7/17/2019 10:25:23 AM.029] at PoliceSmartRadio.DisplayHandler.SetupUserGeneralSettings() [7/17/2019 10:25:23 AM.029] at PoliceSmartRadio.DisplayHandler.SetupTextures() [7/17/2019 10:25:23 AM.029] at PoliceSmartRadio.DisplayHandler.InitialiseTextures(Boolean FirstTime) [7/17/2019 10:25:23 AM.029] at PoliceSmartRadio.PoliceSmartRadio.MainLogic() [7/17/2019 10:25:23 AM.029] at Rage.GameFiber.Main()
  6. Wilhelm commented on ECMalcolm's gallery album in GTA V Galleries
  7. Public mod theft accusations are taken very seriously by the Community Staff team. If you believe a mod (model, livery, script, etc) has been stolen, then you should report the file with supporting evidence. This community does not support the harassing of authors on their files.
  8. This topic has been moved to the appropriate forum. Please post in the correct location in the future.
  9. This topic has been moved to the appropriate forum. Please post in the correct location in the future.
  10. Basically, When you've got scripts running in your game, chances are that "things" are happening in one of two ways. on event on tick Don't worry about events. On Tick, simply means, every time the game renders a frame (this definition can vary depending on game engine etc, but this definition will do for explaining this). Lets say you want to check whether the user is within 5 meters of the bar area of Tequi-la-la's. To do that, every time the game renders a frame (lets say sixty times a second), you need to run a function that says (pseudo code)... if (Player.DistanceTo(tequilaBar) <= 5f) thenDoSomething(); Now, that's a really simple, fairly un-taxing call to make. Now imagine, you've got to check whether or not the next callout is triggered, the position of AI vehicles that are being managed by the plugin, any events being raised by callout plugins etc. Every second. This is generally why framerate will drop when running LSPDFR (especially with additional callout packs etc). Now, @LMS (and the development team) is and incredibly talented programmer, and I'm sure that he's found ways of dealing with this to optimise the experience as best he can. But there's always going to be some kind of framerate impact. With callout plugins, you find that (even with the ones following the best practices) they are often not perfectly optimised for the way that LSPDFR handles them. Which is why you'll see a more exponential drop when using these. Anywho, I hope this has settled your query somewhat 🙂
  11. "Near riot", as someone who lives near this city, and have watched the footage (from 2017), they were just rubber necking and getting a bit rowdy. Describing it as a riot is a bit sensationalist.
  12. Look through the .ytd for anything regarding lights. These textures will stand out as they will have lots of red and blue. Take note that they may have a certain opacity. Basically, you need to replace any red lights with blue ones (which you can copy from the existing blue lights).
  13. Considering that you're brand new to textures, you're not doing bad at all! It looks pretty mint in all honesty. Are you using Photoshop or Paint.net/Gimp/etc One thing that you might not notice as a newer texture dev is that you sometimes need to rotate the sides of the livery to match the template. Consider the last screenshot and hot the text, logo, and stripe are straight across, and doesn't quite match the lower edge of the vehicle. If that makes sense?
  14. This topic has been merged with another similar one.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.