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.

Kit

Members
  • Joined

  • Last visited

Everything posted by Kit

  1. Do you have an up-to-date asi loader?
  2. Get a different car mod/revert to the original car. More precisely,
  3. What does that have anything to do with the question? It's already been answered correctly...
  4. You have to hold the action key (E) to hail the taxi first.
  5. Kit commented on Kit's gallery image in GTA IV Galleries
  6. Never mind, I've sorted it myself. No point asking for any more help with this if all I get is someone telling me that their programming education is superior to my self-taught knowledge or that my script somehow causes massive lag despite not having had a single report of it whatsoever since release.
  7. In fact, I just tested wait(1000000). It paused the script for 1000000 milliseconds and had no other affect on the game whatsoever. And yes, this script has been tested in game. In fact, v1 was released almost a week ago... I think YOU may be mistaking about how Scripthookdotnet works.
  8. Images added to a gallery album owned by Kit in GTA IV Galleries
    Assorted Movie/TV references incorporated into my personal car skins.
  9. Kit posted a gallery image in GTA IV Galleries
  10. Kit posted a gallery image in GTA IV Galleries
  11. Kit posted a gallery image in GTA IV Galleries
  12. Scroll down to "Variant" - http://gta.wikia.com/Police_Cruiser
  13. Wait() doesn't have any affect on the game performance as far as I've seen, all it does is pause that specific function. As for separating the on/off function, it's faster but I'm not sure it's exactly simultaneous since it still goes through the array in sequence. I imagine perfect simultaneous activation would need something other than a foreach loop.
  14. The pseudocode is Foreach(car in the array) { strobeson } void strobeson { while (car exists && car lights are on) { turn headlights on wait turn headlights off repeat for number of flashes } } I've tried using a parallel foreach loop to execute strobeson but that only seems to freeze the game up.
  15. That's dirt accumulation. Use a trainer to clean your car to make it all bright and shiny again.
  16. You edit 1 and 2 the same way you do with regular GTA4. Policew is a driveable wrecked police car, but it doesn't count as a cop car.
  17. It's the same as modding police cars in regular GTA4. Only difference is you can also get police3, police4, and policeb in TBOGT/PC/Models/CDimages/vehicles.img.
  18. I'm trying to set up my Strobes Mod to support multiple cars; the problem I'm running into is if I try stuffing the cars list into an array/list and then executing the strobes off of that, the strobes go off in sequence rather than simultaneously on all the cars. I've tried setting up multi-threading with a parallel.foreach loop but so far all that's managed to do is crash my game each time, so either I'm doing that wrong or it's not entirely a good idea. Any thoughts on other possible ways to set up simultaneous execution?
  19. As a former NYC resident, the real NYC is definitely way better. Liberty City is a nice "snapshot" of some of the well-known areas and somewhat stereotyped representation of others, with a healthy dose of a ludicrously high crime rate and extreme poverty tossed in.
  20. Actually, my mistake. It looks like the EFLC one sets for both TBOGT and TLAD, so to be safe you should probably edit both.
  21. Wig-wags, reverse lights, and AI flashes are on my want-to-do list but it'll most likely be some time before I can puzzle those out; it'll probably need a much bigger and bulkier script.
  22. If you're playing EFLC it uses the TBoGT visual settings. Siren lights (as well as taxi and laptop lights) are affected by "car.defaultlight.emissive.on" under "#Other emissive lights" - the higher the value, the brighter they are. As for lights appearing colourless, that's might be a result of a timecyc file that doesn't quite match the visualsettings.
  23. Try turning down your graphics settings. If that doesn't work the mods you are using might be too high quality for your computer to handle.
  24. Thanks for the feedback everyone :) @ayanpati: not at the moment. I'm looking at making it apply to all cars but it's apparently more than a bit complicated.
  25. There's also a few in the Broker Navy Yard that seem to do that, where the pedestrian light is opposite what the traffic light shows and cars go by the ped light.

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.