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.

Sniper296

Friends of LSPDFR
  • Joined

  • Last visited

Everything posted by Sniper296

  1. Could you post the log generated by this tool.
  2. Any video game store should have it, you can get it online from Amazon, if you don't want to wait for it you can buy it from Steam and then download it.
  3. LCPDFR is a MOD for the game GTA IV, you need to purchase a copy from a store or website, then you can run the mod.
  4. To start the actual mod, when in-game press Alt+P and follow the on-screen instructions.
  5. In your Scripts folder in the install directory there should be a file FirstResponse.ini, in that file there is a line CALLOUTS = if there is a 0 at the end change it to 1. Edit:100th post!
  6. In the next version I will add the ability to set the time between weapon deletion (5 seconds default) which will also affect the time it may take for an ai cop to draw a new weapon, when unarmed and an enemy has a gun they seem to run away from the enemy, so at the moment only cops with rifles and shotguns will fire on an armed suspect.
  7. Try Alexander's Asiloader (dsound) first if that doesn't work try yaasil, both should work with 1.0.7.0, Dsound is included by default with LCPDFR.
  8. At this time no, however when I add this feature it will take up to five seconds for them to draw a weapon. Also there is a slight conflict with this and LCPDFR, but is slightly rare, if you get an error just press the ['@] key and type reloadscripts and enter, and post your ScriptHookDotNet.log.
  9. I find the ELS v6 is a lot less stable then v5, if you go to Event Viewer (start-run- eventvwr.msc) - Windows Logs - Application then find the Error at the time of crash, if it contains faulting module ELS.asi then try ELS v5.
  10. In some cases the texture loss only happens when the ELS lights are active because the lights are components of the car that get rapidly toggled, when I had ELS it only happened a while into a long chase after having the lights active. And if you do get the trainer it is a good idea to disable the shortcuts to avoid things happening when using LCPDFR
  11. The problem is the ELS cars themselves, they have a stupidly high polygon count which causes the game to stop loading textures, the reason it doesn't happen when playing the normal game is that you aren't constantly in a ELS car. It probably is best to just play the first mission then save rather than use the downloadable save files, if you want all of the islands unlocked you can use SimpleNativeTrainer.
  12. There is this mod.
  13. It looks like you have both xliveless and dsound, delete one of the two from the install folder. The reason this happens is because the game was so poorly converted so only some card can run it without this bug.
  14. You need to edit the handling.dat(same location) here is one that lightens and lowers the center of mass, but I have not tested it: STOCKADE 4500.0 4.0 95 0.0 0.0 -0.1 0.0 5 0.12 1.0 120.0 0.15 0.68 0.2 35.0 1.00 0.75 14.4 0.15 0.48 1.0 0.8 0.7 0.20 -0.25 0.0 0.5 1.0 0.3 0.5 1.5 0.15 40000 8 8300000 2 and here is the vehicles.ide line if you forgot to back it up pstockade, pstockade, car, STOCKADE, PSTOCK, VEH@TRUCK, VEH@TRUCK_LO1_LO1, 100, 999, 0.3241, 0.3241, 0, 2, 1.5 ,1, noboot+big+isvan+avoidturns+truckfirefx+truckenginefx
  15. There are two problems with adding new speech, 1 You would need to re-record ALL speech from EACH officer to avoid the difference in voices, 2 there are 316 sound clips in M_Y_COP_WHITE with 16 cop speech files! that would take ages to re-record, one solution would be to use the FSX method for ATC of splicing together existing files to make speech like with EditVoicepack.
  16. It is a recreation of NYPD ESU but with LCPD markings.
  17. +1 for that Thanks
  18. Yes, my original code is working again, on a side note I had to trick the forum using .htaccess into thinking the image is at http://twoninersix.multigamemods.com/signatue/lcpdfr/stats.png when it is at http://twoninersix.multigamemods.com/signatue/lcpdfr/stats.php to avoid [#10210] You are not allowed to use that image extension on this board.
  19. Still $json dumps NULL
  20. Nope still dumps NULL, it is fine until json_decode.
  21. Nope, $json still dumps NULL.
  22. Nope, both file_get_contents and curl retrieve the same content: {"sPursuits":417,"sSuspectsArrested":245,"sCitations":230,"sBackupUnits":656,"sEvidence":16,"sKilled":11,"sAccidents":131,"sNoose":30,"sHelis":40,"aLoadStatus":[4.33,4.33,4.52],"bStatus":true}
  23. $json dumps NULL The problem appears to be in json_decode
  24. It is probably because I am tired but I can't figure out the problem with my signature image stats update script, here is the faulting code: //Nocache header('Cache-Control: no-cache, must-revalidate'); header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); //Write time to file for run check date_default_timezone_set('Europe/London'); $fh = fopen('lastrun.txt', 'w'); fwrite($fh, time()); fclose($fh); //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); //JSON to array $json = json_decode($curl, true); //Save stats array to file $fh1 = fopen('array.txt', 'w'); foreach($json as $key => $value) { fwrite($fh1, substr($key, 1, strlen($key)) . ':' . $value . "\n"); } fclose($fh1); unset($value); //echo $json[sPursuits]; It worked this afternoon but now it throws "Warning: Invalid argument supplied for foreach() in /signatue/lcpdfr/update.php on line 36"

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.