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.

Vincentsgm

Friends of LSPDFR
  • Joined

  • Last visited

  1.    Vincentsgm reacted to a post in a topic: Swat/NOOSE tactical mod
  2.    0pheIia reacted to a comment on a file: Country Murders
  3. James Martinez started following Vincentsgm
  4.    sinusphi reacted to a comment on a file: Country Murders
  5.    Vincentsgm reacted to a file: Grappler
  6. JimboTheDev started following Vincentsgm
  7.    Vincentsgm reacted to a file: Whelen T-SERIES
  8. Stepason started following Vincentsgm
  9. Yes, now explain your problem in the support channel..
  10. Told you to type "?rank Verified" in the channel.
  11. Not sure I quite understood your message. I invite you to join my Discord server & explain it better there.
  12.    geri301 reacted to a comment on a file: Lenny's Mod Loader
  13. There's currently no way to create native cutscenes as the game crashes when you try to make them using CodeWalker. You can do the following if you want to create smooth camera movement: 1. Hide the hud every frame 2. Create 2 or more cameras 3. Use the native SET_CAM_ACTIVE_WITH_INTERP to transition between 2 cameras As a bonus, here's a function I made to draw cinematic black bars: public static void DrawBlackBars(float height) { NativeFunction.Natives.RESET_SCRIPT_GFX_ALIGN(); float y1 = 0.5f * height; NativeFunction.Natives.DRAW_RECT(0.5f, y1, 1f, height, 0, 0, 0, 255); float y2 = 1f - y1; NativeFunction.Natives.DRAW_RECT(0.5f, y2, 1f, height, 0, 0, 0, 255); }
  14. When it says "important variables are moved around in the games memory", it means things like your money, your health etc will change location in the game's process allocated RAM. It does not have any correlation to game files, which is what you install. https://en.wikipedia.org/wiki/Variable_(computer_science)
  15. LSPDFR plugins are not supposed to appear in the RagePluginHook app. And for them to work, you have to go on duty. Did you do that?
  16. I am working on minor fixes at the moment, and the problem that was described only seemed to happen when going back on duty (after going off duty), which is not a common thing to do, so I felt it was unnecessary to rush an update. If there are other issues that I should know of (that made my plugin go into some kind of blacklist for some support helpers on Discord), I would appreciate if you contact me via PM or on Discord so I can investigate them & try to fix them so we can all benefit. Thank you @Charlie686 for mentionning the unpublished fix!
  17. An ELS-hybrid is an ELS car that also uses non-els lights. That means you need the VCF XML, and proper carvariations.meta & carcols.meta. Make sure the VCF XML is in the correct folder (usually GTA5/ELS/pack_default) and that the metas are installed correctly. Also this may help:
  18.    Vincentsgm reacted to a post in a topic: LSPDFR crash when I try to going in-duty
  19.    Vincentsgm reacted to a post in a topic: LSPDFR crash when I try to going in-duty
  20. It looks like the bug is caused by the plugin initialization running once again when you go off and on duty again. I've added a check to see if the plugin was already initialized. Please let me know if that solves your problem. Megaphone UI.zip
  21. Michael21107 started following Vincentsgm
  22. Il y a un bug avec ENB en ce moment, il faut passer GTA5.exe en mode de compatibilité Windows 7
  23. Si tu as gardé un ancien dlclist.xml, rajoutes-y la ligne <Item>dlcpacks:/mpheist4/</Item>
  24. I'd be down to translate it if given the opportunity by the creators.
  25. Dr. Gread started following Vincentsgm
  26.    Vincentsgm reacted to a post in a topic: Most Efficient Way To Test a Plugin?
  27. TheKaiser787 started following Vincentsgm
  28. Please join my Discord server at https://discord.gg/vincentsgm to get support

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.