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. It would have been nice if you had read one line of the 'Get Support' page at the very top of the page and what would have shown to you before posting in this forum.
  2. This is not an LCPDFR issue; but is a Games for Windows LIVE issue. You can either install Games for Windows Live Redistrubutable (google it) or install xliveless (which will remove online play).
  3. Go into your GTA IV directory and double click GTAIV.exe. Does it give you an error?
  4. a) Wrong forum b) Read 'get support' at the VERY TOP of the site.
  5. 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.
  6. I guess this is a good idea.
  7. 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.
  8. 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.
  9. You might not be so bored of the police radio in the next version :thumbsup:
  10. This means: You have not run the installer as administrator or, your GTA IV folder is read-only or, your HDD is corrupt
  11. 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
  12. 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.
  13. 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.
  14. Should do.
  15. 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.
  16. Stupid IPB - awesome signature and awesome use of the API!
  17. 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); ?>
  18. Hmm, I'll take a look into this, I seem to be getting a similar result in a PHP testing script.
  19. Weird issue. Try putting this before the decode: $curl=preg_replace('/.+?({.+}).+/','$1',$curl);
  20. Have a try using: $json = json_decode($curl);
  21. 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.
  22. What's the contents of $json? Try doing a var_dump($json) after the code just to check it's decoding properly.

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.