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.

Stealth22

Friends of LSPDFR
  • Joined

  • Last visited

Everything posted by Stealth22

  1. This is pretty much what I do. But then I move the vehicle 20 or 30 meters to the right...its not reliable lol, but it works most of the time!
  2. Uninstall it, delete any versions you have in your downloads folder, download the latest version again, and reinstall. You're using the older version that has that bug. There is nothing that stops it from removing roadblocks. See if there are any errors logged in your RagePluginHook.log file. Ensure you're using the correct keyboard shortcut, or try the menu. Removing roadblocks has always worked perfectly fine in testing.
  3. TimeSpan ts = date2 - date1; int responseInSeconds = ts.TotalSeconds;
  4. I just extracted the entire pack onto my hard drive. When I need a clip, I just find it, and add it to my project.
  5. VERSION 1.0.1 No changes from v1.0.0, aside from allowing newer versions of RAGENativeUI to be run. Note that the RAGENativeUI DLL packaged with this version is still the older version, v1.3.0. If you have the newer version installed, do not overwrite it! I included an automatic installer as a courtesy, but all you really need to do is open the Manual Installation folder, and replace the TrafficControl.dll file in your Plugins folder. There are no other changes in this version. Special thanks to @Kilyin and @Kal74 for helping me test this version yesterday!
  6. I can try. It may have undesired effects, though. The cops behave a little differently than normal peds...they don't really like it when they are blocked by something. I think it should be fine, but the game might make them drive off like madmen when you open the road up, or they might get out of their cars and walk away, lol. Actually, if a civilian ped decides to be an idiot, the cops might step out of their cars and shoot at them. Traffic Control isn't an LSPDFR plugin, so I can't mark the cop peds as 'busy' (to prevent LSPDFR from taking control of them) like you can with a callout. (edit: And actually, for that matter, the whole shooting civilians thing is native GTA V logic, not LSPDFR. LSPDFR actually tries to prevent that from happening, or at least minimizes it)
  7. Should I delay it every time someone asks?
  8. My bad, lol. I'll get an update out soon.
  9. I coded Traffic Control to do that? Or RNUI isn't compatible?
  10. Check out this video for a sneak preview into the new Burglary In Progress callout!! Many thanks to @Bayareabuggs for testing that callout for me! You may see it appear in other videos by @JFavignano, @Zachary Houseknecht, and @Polecat324 as well. FYI, most of the bugs seen in @Bayareabuggs' video have been fixed. There isn't much I could do to avoid the backup unit spawning inside the golf course, but I've added a key to speed their response up if they get stuck somewhere, and I've also made them a little smarter. They now will follow the player around with their guns up, aggressively, not like they're taking a walk in the park, lol
  11. Check out this video for a sneak preview into the new Burglary In Progress callout!! Many thanks to @Bayareabuggs for testing that callout for me! You may see it appear in other videos by @JFavignano, @Zachary Houseknecht, and @Polecat324 as well. FYI, most of the bugs seen in @Bayareabuggs' video have been fixed. There isn't much I could do to avoid the backup unit spawning inside the golf course, but I've added a key to speed their response up if they get stuck somewhere, and I've also made them a little smarter. They now will follow the player around with their guns up, aggressively, not like they're taking a walk in the park, lol.
  12. You're missing the LSPDFR "Police Scanner" audio folder.
  13. Yes. RPH updates, for the most part, are backwards compatible. You don't even have to ask, really, lol. Just try it, and if it doesn't work, post here!
  14. What he said. I believe it has to be a Vector3 as well, but I could be wrong.
  15. http://forums.ragepluginhook.net/default.aspx?g=posts&t=1753
  16. myVehicle.MakePersistent(); (or myVehicle.IsPersistent = true) FYI...if you call myVeh.Dismiss(), I believe that function sets IsPersistent to false.
  17. He'll probably go off and do this, now that you've asked for it. But just to provide an answer from someone familiar with development... It's definitely not a 5 minute thing, let's put it that way. It's definitely possible, and part of the framework, he's already got built in Arrest Manager. But its still quite a bit of logic to build. Like I said, he'll probably go off and code it, lol, but its going to be almost a project of it's own.
  18. That code will be triggered infinitely, where the ped is told over and over to get in the vehicle. Process is called repeatedly.
  19. Maybe detect when the officer first steps out of his vehicle?
  20. That let's you trigger a callout without needing to spam X, lol. Very useful when testing. You still have to accept it, though.
  21. @JFavignano had the same error. Its an RPH function that's causing it, not much I can do. I'm going to add some more error checking to that part of the code though, so maybe it can be handled gracefully, rather than just crash.
  22. Check your code for an infinite loop. I had a very similar issue a long time ago...
  23. @LukeD, here is a log from the crash I get after entering a second vehicle. http://pastebin.com/WdEcNunW 1) Spawn two vehicles. Get in Vehicle A. 2) Drive around the immediate area, enough for MCV to put your seatbelt on. 3) Get out, and get in Vehicle B. Drive away from the area, as far as you can. BOOM, crash. @goincd3, I disabled the Auto Locking, Keyless Entry, Fast Exit, and GTA IV style exit in the INI file. Literally the only features I kept enabled (and I need) are BrakeLightAtZero and EnableWheelLock. Once I did that, the issue with being warped out of the car went away. I suspect that its the fast exit, but I can't be sure. I did have the door locking and keyless entry enabled for a bit, and still never had the issue. But then sometimes when I went to open the back door, my guy would break the window instead of unlocking the car, so I disabled it.

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.