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.

Pazzi

Members
  • Joined

  • Last visited

Everything posted by Pazzi

  1. Thanks Sam. Really appreciate the quick fix!
  2. Hello. It seems there's a bug on this new update of RPH and LSPDFR. During the callout which has a ped in combat with weapon (e.g. gunman), the hostile ped won't fire, as if they don't have the ammo. When I called LSPDFR vanilla backup, the cops also won't fire... they just keep aiming their gun, without firing a bullet. I hope you guys can fix that. Thanks.
  3. Stutters in GTA V usually might be caused by: Windows tries to write the Page File. Make sure to put the page file on the fastest Disk. Then set the page file size manually: Min: 4GB Max: 12GB Your GPU or CPU throttle down the clock because of overheating. If that's the case, make sure not to overclock your GPU or CPU and have them to have an adequate cooling. One of the CPU core reaches 100% usage. It is not the average CPU usage, but individual core usage. Make sure to have GTA5.EXE process afinity to use all cores. Not enough windows process priority. Always set GTA5.EXE process priority set to "High Priority".
  4. Developing a standalone game is not the same as developing a mod/plugin. For standalone game, you have to have more crews to handle: - Game arts - Game assets - Game sounds - Game animations - Game engine Since GTA V already provides all of the above, developing plugin is relatively easy compared to the standalone game.
  5. They are the same because UB is using LSPDFR API to perform pursuit.
  6. "Wanted" flag is present on each ped's persona provided by LSPDFR API. The value itself can be set through API, otherwise it is randomized by LSPDFR.
  7. red callout is the one which caused it. /30/2020 12:08:25 AM.690] LSPD First Response: ============================== [3/30/2020 12:08:25 AM.690] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK [3/30/2020 12:08:25 AM.690] LSPD First Response: ------------------------------ [3/30/2020 12:08:25 AM.690] LSPD First Response: Origin: Game fiber "<UNNAMED THREAD>". [3/30/2020 12:08:25 AM.690] LSPD First Response: ------------------------------ [3/30/2020 12:08:25 AM.691] LSPD First Response: Exception type: System.IndexOutOfRangeException [3/30/2020 12:08:25 AM.691] LSPD First Response: Exception message: Index was outside the bounds of the array. [3/30/2020 12:08:25 AM.691] LSPD First Response: ------------------------------ [3/30/2020 12:08:25 AM.691] LSPD First Response: Inner exceptions: [3/30/2020 12:08:25 AM.691] LSPD First Response: ------------------------------ [3/30/2020 12:08:25 AM.691] LSPD First Response: Stack trace: [3/30/2020 12:08:25 AM.691] LSPD First Response: at redCallouts.Main.<>c__DisplayClass22_0.<PluginProcess>b__0() in C:\Users\Orley Fenelon\Desktop\GTA Scripting\redCallouts\redCallouts\Main.cs:line 286 [3/30/2020 12:08:25 AM.691] at Rage.GameFiber.Main() [3/30/2020 12:08:25 AM.691] LSPD First Response: ================
  8. You may separate the dialog with witness and suspect/ public override void Process() { if (Game.LocalPlayer.Character.DistanceTo2D(Witness) <= 3) { Game.DisplayHelp("Press ~g~y~w~, to speak with ~y~Witness"); if (!Game.IsKeyDown(System.Windows.Forms.Keys.Y)) return; if (dialogWithWitnessIndex < dialogWithWitness.Count) { Game.DisplaySubtitle(dialogWithWitness[dialogWithWitnessIndex]); dialogWithWitnessIndex++; } } else if (Game.LocalPlayer.Character.DistanceTo2D(Suspect) <= 3) { Game.DisplayHelp("Press ~g~y~w~, to speak with ~r~Suspect"); if (!Game.IsKeyDown(System.Windows.Forms.Keys.Y)) if (dialogWithSuspectIndex < dialogWithSuspect.Count) { Game.DisplaySubtitle(dialogWithSuspect[dialogWithSuspectIndex]); dialogWithSuspectIndex++; } } } }
  9. if you want to disable random pursuit: Ambient.DisableEscapedSuspectEncounter = True
  10. you should buy a discrete graphic card (nvidia/amd). intel integrated graphic won’t do much.
  11. I respect for what you're doing by sharing your new callouts and I think you're a talented developer. In your discord, you said that you store the IP address for a few seconds. How do we know if you're storing it only for a few seconds or a few months? It doesn't make sense at all to store LSPDFR character name on your server.
  12. The dev has testified in his discord that this plugin is storing IP and your LSPDFR character names. This would be a privacy issue if the LSPDFR names are the real player's names. More over, it is taken without player's consents.
  13. Pazzi replied to redoo's topic in Legacy
    You PC spec is in the lower tier for GTAV/LSPDFR. I don't think you can expect more.
  14. Most probably it's against the rule to distribute the copyrighted content. I hope they got permission from Alex Blade to do so.
    High quality vehicle pack.. ALL IN ONE!!!
  15. It's a known and long issue that sometimes when you pull over the car, your FPS will drop a bit. Usually it happens in a complex roads/intersections (inner city area) But it will back up as soon as the driver finds the right path and place to stop. I guess it's caused by "the finding stop position" algorithm within LSPDFR and only the LSPDFR dev can fix/improve that.
  16. please attach your ragepluginhook.log file from the main GTA folder
  17. your peds configuration (meta) and models are screwed up. lol if you cannot trace and rollback what have you done prior to this issue, i suggest to start a new mods folder.
  18. My recommended specs: CPU: 8 cores GPU: GTX 1080 RAM: 16GB DDR4 3000
  19. Make sure your PC is connected to the internet Make sure STP dll file is unblocked Add STP to the exception list of your firewall/anti-virus Change your DNS Server on your PC or your router. Try 8.8.8.8 or 1.1.1.1
  20. @Pixelclone Have you tried to install custom gameconfig? If all suggestions have been done, but you're still getting crashes, it's time to move on and use another alternative.
  21. I don't think it will be goood enough for GTA V and LSPDFR, especially with that Intel GPU.
  22. Use this if(Rage.Game.IsKeyDown(System.Windows.Forms.Keys.End)) { End(); }
  23. The pit maneuver mostly works after the suspect car tires hit the spike strips. But, when they are in good condition, PIT is really difficult to do.
  24. Hi, you can start with these plugins as your core gameplay: Stop The Ped Ultimate Backup Traffic Policer PoliceSmart Radio CompuLite Those plugins are stable and working fine on LSPDFR 0.4.6 After that, you may add callouts and other plugins one by one, so if there's a problem you'll easily know what caused it.

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.