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.

ainesophaur

Members
  • Joined

  • Last visited

Everything posted by ainesophaur

  1. It would definitely be a configurable option. Users would have to opt in for it to work, it wouldn't be enabled by default
  2. I'm not sure where you are from and if the process is different there.. But here, you don't "give" the ped anything for the arrest report.. You just arrest them and turn the paperwork in. Citations are different because you can send the person on about their day. I'm hoping to fix the inability to lookup previous arrests over the coming weekend. Any arrest reports or citations you've generated are actually saved. They're just not searchable. Once I update the plugin, any previous arrests and citations will show up for peds you lookup. I'm considering adding in a web API so players could search a global database of arrests from other payers. If I go down that route, I'll also be able to add in a Bolo system that's shared between all connected players
  3. Understood and good point. It'll be easy enough to allow an override via ini
  4. I would love to.. But in order to do so, I'd need a 4k monitor =) form control size and positions are mathematically calculated based on resolution. If you were interested we could go back and forth with a few custom versions of C+ and see if we can find one that looks right for 4k. I probably won't be back to working this project till next month. If you have an Intel graphics card then it's a known issue with no know solution. It only seems to be with Intel cards. You are correct and in that it uses your locale settings in windows. I could add it in as a ini option but I always figured players would want to use their native locale for currency Correct. Work has my ass beyond slammed but I really want to circle back to this by next month and fix the issue with looking up previous arrests. The good news is once I do fix it, everyone's previous arrest reports should appear when they lookup a user.. So as long as you're saving the reports, you should be able to reference them in the next update Thank you @Slushy for helping me out here. I should be back online next month with a vengeance
  5. Attach your RagePluginHook.log C+ is quite simple in the open handler. We check if the person is in a vehicle and whether RPH has the vehicle loaded with the "HasSirens" set to true. We then ignore known in game model hashes for stock ambulance and firetruck and ensure the vehicle is not moving before we trigger allowing the computer to open. In order to test it I'd need you to zip up your plugins folder so I can specifically test your setup.. However I have a ton a backlogged shit to do so I may not get around to it any time soon As you'll see below, our check whether it's a police vehicle is quite simple Sorry for the format below but I'm on my phone internal static bool IsPoliceVehicle(Vehicle veh) { if (veh.HasSiren && veh.Model.Hash != 0x73920F8E // Ambulance && veh.Model.Hash != 0x45D56ADA // Fire Truck && veh.Model.Hash != 0x1BF8D381 // Lifeguard SUV && veh.Model.Hash != 0x91EFE36F) // Merryweather Patriot (RDE) return true; else return false; }
  6. Quite the opposite, it should work with add on vehicles with no issue. I don't have any stock vehicles in my setup. As long as RPH detects the model as an emergency vehicle it should work (excluding the stock ambulance and firetruck model C+ is definitely not sending someone to blow you up lol The DOB goes by the culture settings in windows. Check your locale settings in windows for dob. That's what I use to validate the dob
  7. Work has had me a bit slammed.. But you can edit the XML files in the plugins/lspdfr/ComputerPlus folder and add/remove charges as you see fit. ComputerPlus checks the RPH properties for the vehicle you're in. If it's an emergency vehicle and not a known hash of a default vehicle where computerplus doesn't apply like an ambulance or firetruck. If you replace your firetruck in game with a different one computer plus will open in it. I say that just to highlight the fact that we don't block it from opening in custom police vehicles. More than anything you either don't have all the files installed or there is another plugin intercepting the key presses. If you look in your RagePluginHook.log do you see any logs that say "c+"? If not then it's not loading
  8. Set your mouse input mode in game to raw
  9. @r0cketjack, @tzioneretzwhat version of Windows do you have? If you say Windows 10, then I'm thinking it's either rph or something gta updated.. Its definitely not just c+ facing the issue. The last rph update made some changes to Gwen forms which could be the culprit
  10. I doubt that's it because I'd see computer + entries in your log file. Take a screenshot of your plugins\lspdfr folder If by addon pack you mean vehicles pack and by not loading c+ you mean it doesn't open, then no. We only check if it has sirens and whether it's a known ambulance hash
  11. Just curious what the actual manual review process entails? Is it simply a virus scan on the reviewers computer? I only ask because you mentioned other plugins that borderline unwanted behavior and Ive been working on a web socket addition to Computer+ and I'd like to know if there are plans for tighter rules on what plugins are allowed to do.
  12. If you have Gwen.dll in the packaged download then you probably downloaded the non beta version. You should download 1.3.5.2. I stopped packaging external dll files and started embedding them in version 1.3.5.0
  13. We'll introduce a set of citations which aren't traffic related via XML which can be given on foot
  14. Attach your RagePluginHook.log.. I'll be able to see if computer+ loaded
  15. That's already in the works The player location display is a different plugin. It seems like you didn't extract computer+ to the correct location.
  16. Dunno unfortunately. I've only had one or two other people report it (months ago in this comment section) and they mentioned that other plugins that use the GwenForm library had the same issue. You can try updating your drivers but AFAIK the other people with the issue never found a resolution
  17. Your game isn't drawing any backgrounds so I'm sure it's not going to draw the ped or vehicle images
  18. Did you change your default window color in windows? If so, set it back to normal
  19. Click Download, select Additional_ComputerPlusImageAssets.zipand extract the contents to your root folder
  20. What kind of video card and what operating system
  21. The game freezing and dropping to 1fps is from RPH pausing the game and you hitting the pause button or escape. Best thing to do is change the pause button to something other than P
  22. If you see blip as the only option then you're on an old build. Which version did you download? Did it freeze or crash? In my experience, plugin issues don't do both. Attach your RagePluginHook.log, without it there's nothing I can do.
  23. Change your in game pause key to something other than P Long story short, when lspdfr crashes and you reload it, it wouldn't handle intercepting keypresses when forms were open.. So they keys you type were being leaked to the game and the game is reacting. Thus when you hit P, the game tries to pause which doesn't work when we've already paused the game via rph Do you have the XML files inside of plugins\lspdfr\computerplus
  24. Upload your .ini file The default button is the context button. Same as the regular lspdfr computer. That is also the same button as the horn. The default behavior in lspdfr for a traffic stop is to find a new spot to park at when you honk at them. When you then use els and the option to control ai behavior is on, it causes the person to drive in a straight line, often crashing. Long story short, change your computer+ key binding to something other than E

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.