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.

Phaxol

Friends of LSPDFR
  • Joined

  • Last visited

Everything posted by Phaxol

  1. I'm aware of this bug; if you can give me more details it would be great. Does it only happen when ordering people out of vehicles? And it happens only after a certain amount of in game time? I am working on a fix for it in the next release. I believe the bug has something to do with the new 0.4 traffic stop system, should be an easy fix once I pin down the cause
  2. Try uninstalling LSPDFR+, many people have reported this crash with it also. I do not believe this is caused by my plugin.
  3. It should work with both; only the STP menu arrest function should be affected by this bug You can find a fix for that here: Common issue in 0.4
  4. Since I released the update without first seeing the changes that STP made, the logic for detecting arrested peds and adding to the computer went a little wonky. I have since fixed this but it is not in the current version. In the current version, peds that are arrested by STP menu (not at gunpoint) may not be added automatically to the computer. To get them added, simply ask for their ID using the Interaction+ menu (technically with how my code works, if you press "E" near an arrested ped their ID will be automatically added also if not already). Peds arrested at gunpoint, drivers of cars on traffic stops, and any ped who you get an ID from should be automatically added still however
  5. I am planning on adding controller support in a future update, I don't use a controller currently but am planning on getting one soon to help me test the feature.
  6. If you have SearchWarrant installed (even just the XML files, not the .dll) it will take priority over STP. Simply remove SearchWarrant XML files to use STP. Item probabilities are currently similar to STP by default and will be customizable next release in .ini
  7. The computer system of this mod is meant as a lightweight replacement for Computer+, so it will be entirely standalone
  8. I have plans for an overhaul of the traffic stop questioning system, what I have in mind so far is: Add more variety of responses that depend on ped mood/demeanor/situation, as well as more responses in general Add a "relevant questions" option that changes with each traffic stop; for example if the ped does not have a valid license a question about that will show up there Adding customizable question/answer XML could be done, but there are ~300 mostly unique responses in total so it would be a HUGE file to have to edit by hand. I can make it a feature if people want it, though. Keep in mind these changes will not be in the next update, my current focus is a new integrated court system. These changes will more than likely be in the update after next.
  9. Please read common crash fixes and make sure you have the newest traffic policer installed. If this doesnt help post your log file
  10. I don't plan on going that in depth with the actual computer system as I want to keep as less intrusive as possible, however in the next update I am planning on adding a court system that will also tie in with the evidence system, which I am planning on having full stored records for. Also, ped headshots (actual ped pictures in record checks) should be coming in the next update
  11. Yes I believe so, I think LMS posted those lines for the texture loss issue as well. I think it disables the activity feed communication between LSPDFR and this site as well as disabling discord showing where you are/what you are doing in game
  12. My plugin only stops peds for a certain amount of time that can be customized in the .ini file; the values are seconds until the ped walks/drives away after closing menu/issuing citations: Its recommended to use StopThePed to stop peds for a longer period of time. You can perform sobriety tests on peds that are stopped by StopThePed, but they cannot be arrested (in handcuffs). As in real life, field sobriety tests are usually only used to find probable cause for a DUI arrest for people that are not already under arrest.
  13. I have also changed mine but do not get that error, here is my lspdfr.ini:
  14. Hmm I don't see any Interaction+ errors, but this error/warning is repeated like 100 times: Try fixing this first (looks like you have a typo in lspdfr.ini for "AmbientSpawn.MaxCopsInArea"), then if if that doesn't work try changing from T to something else and see if it works
  15. Please post your RPH.log file, sounds like there was some sort of error in the main loop
  16. Hey guys, great work on 0.4 🙂 I was wondering if the ped picture database and function for using those pictures in notification displays is going to be made available for developers? Or is it already? Would be a nice addition to Interaction+ as well as other plugins to add immersion. Thanks
  17. So the menu opens with "U" but not "T"? Could be a issue with conflicting keybindings; I use T just fine
  18. Hmm that's weird, I just loaded into game and tried both LMenu and LShiftKey as modifiers and they both worked. Try using my .ini file that I have attached at the bottom of this post and see if it works. You will have to rename the file from .txt to .ini because LSPDFR doesn't let .ini be uploaded for some reason Here is the error, looks like some sort of access violation made by LSPDFR. My plugin shouldn't even be fully loaded by this point; does it work without my plugin installed? Try running the game and RPH as administrator and see if that helps. Interaction+.txt
  19. I am looking into getting a controller so I can add support, forgot to put that in my list of things to do 🙂 Yup, seems it may be a problem with PeterU Callouts which is weird because I use it with no crashes. Looks like it tried to use .Sleep() on a game thread that doesn't exist.
  20. Expecting to have a 0.4 compatible version out tomorrow; seems pretty stable but the new LSPDFR traffic stop system seems to be hanging up both STP and my plugin on traffic stops in certain situations where there is competition over control of a ped. I am working on getting it as stable as I can before release, but report any weird behaviors you see in game. I have also removed support for PoliceSearch, and instead am now adding support for STP's search function and XMLs, along with keeping SearchWarrant. Also, no more SearchWarrant crashes! Now my plugin only depends on the XML files for both plugins, and if neither is found the function is simply not used
  21. Hey everyone, the update to 0.4 will be coming whenever I get some free time; I still have not updated GTA V or LSPDFR, nor have I played the mod in a while. This will be coming with a number of updates/improvements also, but as my list of things to add and fix keeps growing, the updates and fixes will probably be spread out in a few small patches. My current list of things are, in no particular order: Are you using a custom general.xml at all? This is 100% a problem with SearchWarrant installation. If you are using 0.4, this plugin does not currently work for that version.
  22. This crash was caused by "High Priority Callouts" (I've also had this error occur for no reason), not Interaction+: Looks like the ped was somehow made null (could be caused by some internal error in the callout plugin or just unlucky gameplay circumstances) which caused the callout to crash which was handled by LSPDFR's callout API. My plugin then also tried to reference the bugged ped and as a result crashed. Does this happen every time you interact with a ped with my menu?
  23. As of right now no, mostly due to the fact I don't use/have a controller that I play with so it is a little limiting. I will try to borrow one of roommate's controllers over spring break/when 0.4 drops and look into adding support

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.