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.

totemsteiner

Members
  • Joined

  • Last visited

  1.    TechHack reacted to a comment on a file: Realistic Traffic
  2. i really like this mod, thank you very much! FYI i tested it with "sync time to real time" (via QuantV) and it seems to work.
  3. sounds nice, i like the volume. thank you:)
  4.    MarcelWRLD reacted to a post in a topic: Script to reload LSPDFR Plugins
  5. would save so much time<3
  6. totemsteiner changed their profile photo
  7.    Yasd reacted to a post in a topic: End callout with "end" key inside while loop
  8. seems like eupmenu.dll is in the wrong folder. make sure its placed into Grand Theft Auto V\plugins and not in the lspdfr folder. best, totem
  9. for the sake of documentation: i removed all while loops and game.fiber wait etc. and did everything with if statements. solved. thanks, totem
  10. Hi, thanks for your response. Yea that would make sense, that i cannot End it then, when the whole lspdfr plugin is paused. I will rethink it and try another way. Thank you both:) best, totem
  11. Hi guys, i'm currently fiddling with Game.Fibers, everything work so far ingame, the only thing is, i cannot End() the callout with the "end" key. I think its because i am "stuck" in the while loop, until the callout ends automatically within the procedure itself? i want to add "if (Game.IsKeyDown(Keys.End)) End();" I tried everything, but it seems not to work within the while loop - read comments please;) Here is the code, please dont hate i'm a noob public override void Process() //...more code here... else if (MainScenario > 60) { CalloutRunning2 = true; while (CalloutRunning2) { //somewhere here i want to add the possibility to End() the callout with "if (Game.IsKeyDown(Keys.End)) End();" if possible? // Wait until the player is within 30 units of the area while (Game.LocalPlayer.Character.DistanceTo(area) >= 30) { GameFiber.Wait(0); } // Wait until the player exists and is within 10 units of the area while (Game.LocalPlayer.Character.Exists() && Game.LocalPlayer.Character.DistanceTo(area) >= 10) { GameFiber.Yield(); } if (Game.LocalPlayer.Character.Exists() && Game.LocalPlayer.Character.DistanceTo(area) < 10) { Game.DisplaySubtitle("~y~Search the area for the caller. (Wait a few seconds, callout ends automatically!"); // Wait a few seconds till callout ends GameFiber.Wait(10000); Game.DisplayNotification("~b~Player:~w~ Dispatch, Nothing found."); GameFiber.Wait(500); End(); //callout ends here automatically then (on purpose) break; } } CalloutRunning2 = false; } if (Functions.IsPedArrested(Suspect)) End(); if (Suspect.IsDead) End(); if (Game.LocalPlayer.Character.IsDead) End(); if (Game.IsKeyDown(Keys.End)) End(); // this only works in my first Mainscenario < 60 base.Process(); } thanks, totem
  12.    Dozel reacted to a post in a topic: My lspdfr crashes after 30 minutes of play
  13. Hi, i would remove every replace vehicle and try again. Then adding them one after another with testing in between. best, totem
  14. Hi, well, i highly recommend to uninstall LSPDFR+ and Albos Arrest Manager. I would say that best practice is not to use them, as they are really outdated. Remove these Plugins and try again. You can use StopThePed for arrests. best, totem
  15. Hi, i would delete everything related to CallOutInterface from your GTAV Folder, then try again. Seems like there is an exception thrown with CalloutInferace. If it works then, re-install Calloutinterface and make sure everything is in the right folders. best, totem
  16. just for any oncoming noob like me: I spawn every ped now in a seperate function.. e.g. spawnDeadPed(){ xyz} then call this function an OnCalloutAccepted() The dead ped is now spawning 9/10 on the ground, as it should be. best, totem
  17. Hi, try run your RPH.exe as administrator. Seems like there is an permissions error. Also you can check the following: Right click the GTAV folder and go to properties > security and check if your user has the required permissions. Tick the box that says full control and hit apply + ok. That should fix the access is denied issue. best, totem
  18. Hi, Mit EUP kenne ich mich leider auch nicht so gut aus. Kann Dir da leider nicht helfen. Falls das mit den Uniformen nicht klappt, würde ich sie einfach aus dem Spiel lassen. Ich meine: lieber ohne Uniformen spielen können, als nicht spielen können oder? Falls du amerik. Uniformen willst (LA based), empfehle ich Dir EUP 9.3, relativ einfach zu installieren mit Open IV, da es ne OIV datei hat, die Du einfach nur ausführen musst mit OpenIV. Viel Erfolg. Die amerik. Uniformen sind doch eh viel cooler;) VG, totem
  19. Hi, Bitte prüf mal, ob dein EUPMenu.dll wirklich im plugins Ordner liegt, dort wo auch die LSPD First Response.dll liegt. Außerdem installier bitte mal die aktuelle RageNativePlugin Version, die RageNativeUI.dll einfach ins GTA5 Hauptverzeichnis kopieren und die alte ersetzen. https://github.com/alexguirre/RAGENativeUI/releases Manche Plugins haben eine veraltete Version drin, deshalb wird die aktuelle manchmal überschrieben, wenn man die blind reinkopiert und nicht aufs Datum achtet. Grüße, totem

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.