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. EPC is a police computer. Not more. That won’t be added. And I wouldn’t even know how to. In version 1.3.2, I added an UI to customize EPC, including arrest and citation options. also if you have further questions or suggestions, please join the Discord as this will make communication easier.
  2. No it's just an image. Again, quite difficult and I don't know if showing the location of others is very realistic. EPC doesn't control AI spawning. That's an issue within LSPDFR or STP/UB
  3. Okay guys relax 😂. I have a vague idea on how to implement this. I do have some other features I want to implement first though. I'll also need to do some digging into animations and stuff. Edit: This doesn't mean that it will definitely work. So there is a slim chance it won't be implemented
  4. The server file itself is the index.js file. You’ll have to download node.js to execute js code on your machine outside of a browser Sadly not. At least not at the moment
  5. Solution Thanks to @Echooo I finally got it working GameFiber IntervalFiber = GameFiber.StartNew(Interval); private static void Interval() { // CurrentlyOnDuty is updated in the duty change handler while (CurrentlyOnDuty) { doStuff(); GameFiber.Wait(30000); } }
  6. It will come soon. He says it in the description
  7. That's a good idea. I don't know if any of these plugins provide an API to interact with though. If you do, let me know! I don't know how you would use EPC and CompuLite simultaneously, but I'm gonna leave that up to you 🙂
  8. EPC probably won't work with IE at all. If you want to scroll the map you can use one of these options: 1st: If you use a device that supports touch input, you can use that to move the map around 2nd: If you're device has a track pad, you can use it to move the map around 3rd: You can use the scroll wheel on your mouse; To scroll horizontally hold down your Shift key while scrolling In conclusion: Just use any scroll function The map is only an image and doesn't have any features, as of right now If you need further support, please join the Discord server
    Crazy good. Works perfectly with his Charges Reborn.
    Really great and realistic. It's basically a must have for EPC, I feel stupid for what I came up with. 😅
  9. I'd appreciate if you could explain which images you mean. (Preferably on Discord)
  10. Thanks for your response. Is there any way to export that in-game texture?
  11. Hi everyone, Is there any way to convert a Ped Headshot to a base64 string? I'm using this code to create the Headshot: int pedHeadShot = NativeFunction.Natives.REGISTER_PEDHEADSHOT<int>(ped); while (!NativeFunction.Natives.IS_PEDHEADSHOT_READY<bool>(pedHeadShot)) { GameFiber.Yield(); } string pedHeadShotString = NativeFunction.Natives.GET_PEDHEADSHOT_TXD_STRING<string>(pedHeadShot); NativeFunction.Natives.UNREGISTER_PEDHEADSHOT(pedHeadShot); This only returned "pedmugshot_33" while testing. I don't want to display the headshot as a notification. I need it as a string. Thanks in advance!
  12. Didn't realize. Will be fixed in the next update (hopefully). Thanks for pointing it out.
  13. Might get partially fixed in a future update if I get a StopThePed implementation to work.
  14. I'll have to look into that as soon as I have more time.
  15. EPC shows different results than other plugins like CompuLite because the LSDPFR API doesn't supply some parameters like the owner. Registration and Insurance will also be different.
  16. Sadly it's not as the Police Computer itself is completely separated from the game.
  17. No. First reason: It's not possible with the way the plugin is built rn. It could be possible with a Traffic Stop (or maybe even when asking for ID if you're not using StopThePed) but it would be pretty bad, buggy and cause lag. Second reason: It's more realistic to type the name yourself. In real life the names won't show up automatically when stopping someone. This was bugging me with ComputLite and actually one of the reasons I created this plugin. But nevertheless, thank you for the suggestion. I hope it's not a complete deal breaker for you. I know what you mean; It's annoying me too. Maybe there's a plugin that will show the ID of the stopped ped onscreen. I think I've seen it on FiveM before. I will! If you want to see what's coming next, you can join the Discord server.
  18. No, it doesn't. It's a standalone plugin. I just need CalloutInterface as it turns traffic stops into callouts, which will then update all files (this is a bug currently as I can't get an interval to work) If I ever get an interval to work without crashing GTA, this might work but will probably cause a lot of lag. It is a nice idea, but I doubt that it will be added as it already exists in CalloutInterface too. It's not that bad. Most people who ask just tend to not answer after asking for screenshot or what their exact problem is. I'm pretty sure it's worse if your plugin has more than a million downloads 😅

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.