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.

Cyan

Management Team
  • Joined

Everything posted by Cyan

  1. No idea. Somehow the KeyDown event is being fired for F8 when you're not pressing it. No idea why this is happening, and whatever it is, it's not a LCPDFR bug (we get the event directly from DirectX/scripthook). I'll have a look at the code, but I doubt I'll see a bug.
  2. I guess this is a good idea.
  3. No idea, it's not a LCPDFR bug -- may however be another modification conflicting. The development team runs LCPDFR without any other modifications and it runs completely fine.
  4. Cyan replied to Jewell's topic in Discussion
    Hopefully the next version will be less error prone and a pin in the ass to set-up for some.
  5. You might not be so bored of the police radio in the next version :thumbsup:
  6. This means: You have not run the installer as administrator or, your GTA IV folder is read-only or, your HDD is corrupt
  7. You didn't install .NET Framework 4. Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Use the installer noted in the GET SUPPORT page. This should help, let me know if it does, Jay
  8. http://msdn.microsoft.com/en-us/library/system.windows.forms.keys.aspx List of available keys. Make sure it is set to one of these.
  9. At a first glance, either looks like you're not running the installer is administrator. Or for some reason your IV folder is set to read-only. But yeah, the diagnostics log would be nice.
  10. Should do.
  11. Cyan replied to Erica's topic in Discussion
    Rockstar never added any female police officers into the game, otherwise they would most certainly be included in LCPDFR.
  12. Stupid IPB - awesome signature and awesome use of the API!
  13. I think I fixed the issue, looks like the page was sending the wrong content-type (don't ask me why that was effecting the string though ) This testing script seems to be working now: <?php $stuff = file_get_contents('http://www.lcpdfr.com/cops/usagestats/endpoint.php?variable=statistics&action=render&username=Sniper296'); var_dump($stuff); $json = json_decode($stuff, true); var_dump($json); ?>
  14. Hmm, I'll take a look into this, I seem to be getting a similar result in a PHP testing script.
  15. Weird issue. Try putting this before the decode: $curl=preg_replace('/.+?({.+}).+/','$1',$curl);
  16. Have a try using: $json = json_decode($curl);
  17. hmm, weird. Try and replace //Get JSON feed $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,'http://www.lcpdfr.com/cops/usagestats/endpoint.php?variable=statistics&action=render&username=Sniper296'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $curl = curl_exec($ch); curl_close($ch); with just $curl = file_get_contents('http://www.lcpdfr.com/cops/usagestats/endpoint.php?variable=statistics&action=render&username=Sniper296'); Just incase curl is the issue.
  18. What's the contents of $json? Try doing a var_dump($json) after the code just to check it's decoding properly.
  19. LCPDFR doesn't even use irrKlang anymore. You're running an old version of LCPDFR, update to the latest by using our installer from the Downloads section.
  20. Now if everyone did this, we'd have a much nicer modding community for IV :thumbsup:
  21. Some people asked for this; good mod.
  22. '#3 Most Arrests' You sure you can't play the game? :thumbsup:
  23. Awesome, great work.
  24. This is caused by an outdated version of Games for Windows LIVE. You have two options here, download this or install xliveless (which will disable online play).

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.