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.

SuperPyroManiac

Community Team
  • Joined

  • Last visited

Everything posted by SuperPyroManiac

  1. Fun fact, people paid money to use stolen code from this mod.
  2. This is likely caused by a corrupted vehicle model. Not much I can do about this. Likely caused by something in the mods folder
  3. Here is some advice seeing as this plugin is growing quickly: Ini parser is not needed. RPH includes an INI system. You do not check if RNUI is installed or up to date. Best practice is to do so when you immediately launch a menu on load. You do some wild stuff like this if (!(a == "NOOSE")) { if (!(a == "LocalUnit")) { if (!(a == "Ambulance")) { if (!(a == "FireTruck")) { if (!(a == "AirUnit")) { Look into switch statements.
  4. Quite a few people disagree with you. If you have any useful feedback feel free to share it but don't be rude just to be rude.
  5. [12/16/2024 1:23:19 AM.882] These dependencies are outdated! [12/16/2024 1:23:19 AM.882] RageNativeUI.dll
  6. The mod works fine, the issue is you installing it wrong. Stop insulting these authors when the issue is with you, and not them.
  7. You are still incorrectly the version tag, this causes issues for 3rd party programs that help provide information for updates.
  8. You don't wrap your Ultimate Backup API in a wrapper, so anyone that does not have it installed will crash.
  9. Im pretty that's the way to do it yeah, then it'll pass the controller through
  10. Launch GTA through steam, then once the game intro starts tab out and open RPH manually. That should do the trick.
  11. What are you trying to do I dont understand? The error message though is because you are not passing the correct value. All of the LSPDFR backup types are: public enum EBackupUnitType { LocalUnit, StateUnit, SwatTeam, NooseTeam, AirUnit, NooseAirUnit, Ambulance, Firetruck, PrisonerTransport } The way you call it is: Functions.RequestBackup(Game.LocalPlayer.Character.Position, EBackupResponseType.Code3, EBackupUnitType.LocalUnit);
  12. Its still showing a RNUI error? Where are you installing it to? When installing it, it goes into the main GTA folder.
  13. The log you send has this issue: [12/7/2024 2:27:05 AM.893] LSPD First Response: ============================== [12/7/2024 2:27:05 AM.893] LSPD First Response: UNHANDLED EXCEPTION DURING GAME FIBER TICK [12/7/2024 2:27:05 AM.893] LSPD First Response: ------------------------------ [12/7/2024 2:27:05 AM.893] LSPD First Response: Origin: Rage.SleeplessGameFiber [12/7/2024 2:27:05 AM.893] LSPD First Response: ------------------------------ [12/7/2024 2:27:05 AM.893] LSPD First Response: Exception type: System.ArgumentException [12/7/2024 2:27:05 AM.893] LSPD First Response: Exception message: address cannot be zero. [12/7/2024 2:27:05 AM.893] Parameter name: address [12/7/2024 2:27:05 AM.893] LSPD First Response: ------------------------------ [12/7/2024 2:27:05 AM.893] LSPD First Response: Inner exceptions: [12/7/2024 2:27:05 AM.893] LSPD First Response: ------------------------------ [12/7/2024 2:27:05 AM.893] LSPD First Response: Stack trace: [12/7/2024 2:27:05 AM.893] LSPD First Response: at Rage.Native.NativeFunction.CallByAddress(IntPtr address, Type returnType, NativeArgument[] arguments) [12/7/2024 2:27:05 AM.893] at Rage.Native.DynamicNativeFunction.TryInvokeMember(InvokeMemberBinder binder, Object[] args, Object& result) [12/7/2024 2:27:05 AM.893] at CallSite.Target(Closure , CallSite , Object , String , Int32 ) [12/7/2024 2:27:05 AM.893] at RAGENativeUI.N.RequestStreamedTextureDict(String name) [12/7/2024 2:27:05 AM.893] at RAGENativeUI.Elements.Sprite.RequestTextureDictionary(String textureDictionary) [12/7/2024 2:27:05 AM.893] at RAGENativeUI.UIMenu.Draw() [12/7/2024 2:27:05 AM.893] at RAGENativeUI.MenuPool.ProcessMenus() [12/7/2024 2:27:05 AM.893] at ‪‏‪‭‬‮‍‫‫‪‏‫‏‏‎‌‍‬‭‬‬‌‫‭‍‫‮.‌‮‪‍‭‭‬‮‮‌‮‍‍‮‬‫‮‪‪‏‎‮(MenuPool ) [12/7/2024 2:27:05 AM.893] at ‪‏‪‭‬‮‍‫‫‪‏‫‏‏‎‌‍‬‭‬‬‌‫‭‍‫‮.‪‮‏‏‪‪‮‍‎‬‍‍‎‭‮‎‪‫‫‭‭‮‎‮(Object , GraphicsEventArgs ) [12/7/2024 2:27:05 AM.893] at System.EventHandler`1.Invoke(Object sender, TEventArgs e) [12/7/2024 2:27:05 AM.893] at Rage.Game.RaiseFrameRender(GraphicsEventArgs e) [12/7/2024 2:27:05 AM.893] at Rage.RemotePlugin.HandleRenderFiber() [12/7/2024 2:27:05 AM.893] at Rage.GameFiber.Main() [12/7/2024 2:27:05 AM.893] LSPD First Response: ============================== This is a common issue. Replace any version of RNUI with this one: https://github.com/alexguirre/RAGENativeUI/releases/tag/1.9.2 And do not replace it with ones that come with plugins as theyre often including outdated versions.
  14. You did not update RageNativeUI. Thats the main reason for your crash. You also need to update traffic policer with this version: https://github.com/Aschtar/Traffic-Policer/releases/tag/LSPDFR
  15. Callout manager is superseded with callout interface. You can also just use the default LSPDFR callout launcher in the pause menu.
  16. 'Fuck' and 'shit' are not censored by the file guidelines as he claims. I'm just pointing what was censored in the past, that some people still complain about. And that's what I thought you were talking about.
  17. Despite how you feel, sensitive topics such as rape and whatnot are not ok. This is a video game, played by many children despite the rating. LSPDFR is far from realistic. Very odd hill to defend. The fact that we have to step in and remind people that this kind of smut is not ok, well that's kind of concerning to me honestly.
  18. It's always depressing to see how much money the thieves are making, yet the people who actually put effort into making stuff get nothing.
  19. I do not use grammar police so im not sure what the out of service mode is. Maybe if it has an API to see that state I can look into it but its hard to say right now.
  20. They cannot spawn during pursuits, pullovers, callouts, or off duty. I don't plan to change that behavior tbh
  21. It's a single .png livery that was uploaded. If you have proof that something on the site was leaked or stolen, please use the report function. But in this case, it's just an original livery and does not contain the model or vehicle in any way.
  22. You really should describe what this is in the description...
  23. I don't understand why your description says to compile the .cs file. SHVDN also allows redistribution but it's under a zlib license which means you must include their license with any copy. Frankly I suggest not including it because people should always download the latest build from their GitHub. You also only include a single dll from it, so its a bit odd regardless.
  24. Installed incorrectly. Please follow the readme exactly as I stated. PyroCommon.dll goes in the main gta folder

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.