Everything posted by Cyan
-
Still message you are now busy and will not recieve callouts
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.
-
Make a car follow you
I guess this is a good idea.
-
[SOLVED] GTA IV freezes randomly
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.
-
Thank you
Hopefully the next version will be less error prone and a pin in the ass to set-up for some.
-
New Sirene New Radio
You might not be so bored of the police radio in the next version :thumbsup:
-
LCPD Firts Response Installation Error
This means: You have not run the installer as administrator or, your GTA IV folder is read-only or, your HDD is corrupt
-
Having serious problems installing this Mod!
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
-
Not numpad
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.
-
Error for install LCDP First Response (MOD)
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.
- Need GTA IV Link?
-
LCPD COPS - May 2011 (w/ Comedy Intro) Updated Frequently
Nice videos! keep it up!
-
Female officers
Rockstar never added any female police officers into the game, otherwise they would most certainly be included in LCPDFR.
-
PHP JSON
Stupid IPB - awesome signature and awesome use of the API!
-
PHP JSON
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); ?>
-
PHP JSON
Hmm, I'll take a look into this, I seem to be getting a similar result in a PHP testing script.
-
PHP JSON
Weird issue. Try putting this before the decode: $curl=preg_replace('/.+?({.+}).+/','$1',$curl);
-
PHP JSON
Have a try using: $json = json_decode($curl);
-
PHP JSON
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.
-
PHP JSON
What's the contents of $json? Try doing a var_dump($json) after the code just to check it's decoding properly.
-
IN-GAME Error
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.
- [MODs] Sniper296's skins and models
- [MOD | Beta] UnarmedCopsIV v0.3
-
Cant activate LCPDFR ingame
'#3 Most Arrests' You sure you can't play the game? :thumbsup:
- LCPD COPS - April 2011
-
Gta 4 crashes on start up, help!
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).