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.

HeyPalu

Members
  • Joined

  • Last visited

Everything posted by HeyPalu

  1. Thank you for the positive comment and suggestions. I'd like to ask you though if you could explain what you mean by refining the interface and adding reports for charges. Feel free to join the Discord server for easier communication.
  2. @timnboys thank you so much. I'll try it out tomorrow
  3. Alright thanks for your response. I know what you mean but I do not know how to write that in C#. I would love to implement it into my plugin though; So, if you have the time, I would really appreciate it if you could show me a code example or tell me where I could find one.
  4. I'll create a tutorial video. This should be the easiest way to explain.
  5. DM me on DIscord This plugin was originally meant to be used with another device like a laptop. But I get what you mean. I believe that Steam overlay is transparent though and you can resize the browser window.
  6. I'll see what I can do. But for now, I'll keep it local. First updates will probably include that UI and court system. Thank you for all the suggestions though.
  7. Well, I'm new to C# and I don't know how I would post to that API. But it's a nice idea. I'll keep it in mind.
  8. Thanks for your suggestions This is not possible as the server needs to read from files generated by the LSPDFR Plugin. But I get that it can get annoying to install and use. I'll look into that. But as you said yourself that's a lot of luxury. I did not plan on adding this. It'll require a complete rework of the citation and arrest options. But I'll have to redo them anyways if I want to create a UI
  9. It's meant as a replacement. You can still have compulite installed but it will show different results. Glad to hear that. If you need any help, you can contact me on Discord
  10. no its just an image. if you play with your minimap turned off (for more realism) it can help you find the call location If you have Callout Interface installed and the option AutoTrafficStop=True set, it'll turn traffic stops into callouts. The plugin loads all peds and vehicles of the world into files every time a callout is displayed. The server will then read these files whenever you make a search request. So, to answer your question you can drive around and just look up plates, but the vehicle may not come back if there were no callouts displayed (you dont need to accept them)
    • 49,068 downloads
    • Version 2.0.1.0
    Welcome To ExternalPoliceComputer Thank you for downloading ExternalPoliceComputer EPC allows you to use any device in your home network (e.g. a laptop, your mobile or just the same device you're playing LSPDFR on) as a modern MDT Important notices: STP is no longer supported as PolicingRedefined is the new standard (you can still use STP, it just doesn't sync like PR does); Your old configuration files will no longer work - remove them; Node.js is no longer required because the server is now integrated into the LSPDFR plugin Features New desktop like experience with modern UI and live in-game data Ped and vehicle lookup In-depth report system (more to come :)) Simple court system Seamless integration and synchronization with PolicingRedefined and Callout Interface In-depth customization and localization options Requirements It is recommended to use PolicingRedefined and Callout Interface Installation Move all files and folders from the ZIP file into your GTA main directory Setup When going on duty using LSPDFR, ExternalPoliceComputer will display notifications in-game containing the addresses, used to access EPC If you missed them, ExternalPoliceComputer also generates a file including the addresses: GTAV/EPC/ipAddresses.txt You can access EPC using any browser of your choice (however I recommend a Chromium based browser, e.g. Chrome, Brave, etc.) by entering one of the addresses (if one doesn't work, try the other) For more information on usage, check out the GitHub README Setup using Steam In Steam go to Steam → Settings → In Game Make sure Enable the Steam Overlay while in-game is enabled Set Overlay shortcut key(s) to whatever key you want to use to open ExternalPoliceComputer Set Web browser home page to http://127.0.0.1:8080 (or the url provided by EPC) Customization You can customize your config.json, language.json, arrestOptions.json and citationOptions.json; all located in the EPC folder of your GTA main directory The config can be customized on the customization page to avoid having to reload LSPDFR Check out the GitHub README to learn more about Plugins for EPC I highly recommend installing these arrest and citations charges by @unitedOrange66 Issues And Enhancements Join The Discord Server for support, suggestion, and upcoming versions: https://discord.gg/RW9uy3spVb This is my first LSDPFR Plugin or C# project for that matter; So please don't be too hard on me if you find out that my code is shit Source Code The code can be found on GitHub Do not upload the code anywhere else and claim it as your own Video by @Armouredivision
  11. Alright turns out this actually does work. My function just seems a little too much to be run multiple times or at least only running a game log won't crash GTA.
  12. Hi everyone I want to run a function (void) every 10s after going on duty. I'm pretty new to C# so I have no idea how I would do that. I was looking for something similar to setInterval() in JavaScript. After looking online, I found a solution with Timer but that seems to either crash GTA or throw an error. private static void Functions_OnOnDutyStateChanged(bool OnDuty) { if (OnDuty) { doStuff(); // run this every ten seconds } } Edit: I found this: https://learn.microsoft.com/en-us/dotnet/api/system.timers.timer.interval?view=netframework-4.7.1 and tried it but GTA will crash: private static Timer timer; private static void Functions_OnOnDutyStateChanged(bool OnDuty) { if (OnDuty) { timer = new Timer(); timer.Interval = 10000; timer.Elapsed += Timer_Elapsed; timer.Enabled = true; } } private static void Timer_Elapsed(object sender, ElapsedEventArgs e) { doStuff(); } Thanks to anyone who took the time to read this
  13. Hi, thanks for the great plugin. I just have a minor problem: every time i activate my ALPR, these boxes appear on top of my car. Is it supposed to be like that? And if so, how can I disable them?

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.