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.

LMS

Management Team
  • Joined

Everything posted by LMS

  1. Controller support is coming, hang in there.
  2. LMS commented on LMS's gallery image in Random Galleries
  3. LMS posted a gallery image in Random Galleries
  4. LMS replied to ckirc4's topic in Discussion
    All the screenshots are from my own WIP project of LCPDFR and currently not in RC3, but more information about the project coming soon, stay tuned! :)
  5. LMS replied to ckirc4's topic in Discussion
      Oh I know Mulle pretty good, I'm talking to him everyday on IRC, but we're both working on our own mods with our own aims and priorities and won't work together on a police mod. We discussed about it a long time ago and are both happy with our own work. However, we are working on some other GTA-related projects together, no going into detail though.
  6. See for further information.
  7. In my current version of the arrest system, calling for prisoner transport will look for close units first, if none found, a new unit will be dispatched to take care of the suspect.
  8. LMS replied to ckirc4's topic in Discussion
      The passenger will become the main actor, pass the license and player will talk to him. However, the driver's license is used and actions such as leaving the vehicle are still limited to the driver for now. If you have some other questions, we can discuss over at IRC.
  9. LMS replied to ckirc4's topic in Discussion
      It looked a little bit unrealistic when the driver remained in the left front seat and the idle animation made him look out of the left front window and player is talking at the right window. It's not a final decision though.    Maybe ;)
  10. LMS replied to ckirc4's topic in Discussion
    I was talking about the animations of the ped inside the vehicle, e.g. when passing the license. Thanks :)
  11. LMS replied to ckirc4's topic in Discussion
    I just added this feature since I like the idea, you can now use both sides of the vehicle. When going to the right and there's no passenger, the driver will change the seat. The only problem is that the animations are all made for the driver seat and so are in the wrong direction. I don't think I can fix that, so you have to live with that. See picture below (indicators working too):
  12. LMS replied to ckirc4's topic in Discussion
    This is something I've been actually working on, the results are still not perfect though. So I can't tell if this will make it into the next version, but it will come for sure at some point.
  13. Enviers :P Insurance is really a good idea, especially your screen can break easily and a new one is like 150€. A lot of my friends already had to replace their broken screens, the screen of my 4S hasn't broken yet though. You just have to handle your phone with care, e.g. I'd recommend a case to prevent scratches.
  14. Auch ich spreche Deutsch :)
  15. Well, VB 6 is outdated now, I started with it because it was the latest release back then. It's not about code sources, simply think about a project, then think about how you could realize it and google the commands for the language.
  16. Hello Faracus, I started coding back then with Visual Basic 6. Just like you mentioned, I didn't like the idea of console programs and directly went for a GUI-based program. If I remember correctly, I started with simple things, when button is pressed, display textbox. Then I did things almost every coder has done at least once, e.g. calculators. The best motivation is, to think of a small tool, that can be helpful for you and then try to create it. It's all about motivation. I'd say I'm coding for like 4-5 years, the years before were just playing around with batch or something like that and I master assembler, C++, C#, VB.NET, Objective-C and have experience in many other languages. LMS
  17. Can be done easily via scripting. Either have a look at the ScriptHookDotNet or contact me via PM if you don't want to do this yourself.
  18. The RAGE scripting engine doesn't allow multi threading access and why should it? You would have to acquire and release ownership before using a resource such as a vehicle so you can be sure it's not being disposed by another thread while using it. This would be ridiculous. Edit: I'm glad you sorted it out.
  19. If you are looking for someone to do this task for you, send me a PM including a detailed explanation of your wished feature(s) and the amount of money you are willing to pay.
  20. The function below will return true if the local pc is the host, false otherwise: public static bool IsThisMachineTheServer() { return Function.Call<bool>("IS_THIS_MACHINE_THE_SERVER"); }
  21. Please note that .ASI is only a renamed DLL file that is loaded into the game's memory by so called ASI-Loaders. There is no such thing as ASI scripting. If you prefer C++, the C++ ScriptHook provides you with an easy to use interface to run your own game thread and call functions of the game's scripting engine, so called native functions. If you however prefer an objected oriented and probably more intuitive approach, try the .NET ScriptHook. Both, the C++ ScriptHook and the .NET ScriptHook ship with basic examples. Whatever you choose, note that you are NOT using a scripting language, but a real programming language that can communicate with the rage scripting engine. So it's best to learn the language basics first, before starting to use the language to run a gta script.
  22. A sticky is a thread that is placed permanently at the top of a forum and often used for special announcements,rules or FAQs. Have you solved your problem by installing the full framework?
  23. Please check the stickies next time, your problem could be already solved and you could already be on duty :) To solve your issue you need this. For further reference: http://www.lcpdfr.com/forum-20/announcement-5-need-support-read-this-first/
  24. LCPDFR using a clean GTA installation (either 1.0.7.0 or EFLC 1.1.2.0) won't crash your game. Crashes are either caused by bad GTA code or by other mods.
  25. Hm, that's weird since almost all PD logic has been executed when the peds are spawned. The only thing I can think of to cause such an error would be the partner checkpoint, but then again that shouldn't render when not being on duty. So I'm sorry, I have no idea what bug you are getting, but you may consider reinstalling IV and LCPDFR.

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.