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.

Fentered

Members
  • Joined

  • Last visited

Reputation Activity

  1. Love
    Fentered reacted to Vincentsgm in Cutscenes   
    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); }  
  2. Like
    Fentered got a reaction from GTAbear in [SOLVED] MP Clothes   
    Nevermind, found solution by myself

    If any1 interested:
     
    //Props NativeFunction.CallByName<uint>("SET_PED_PROP_INDEX", Ped ped, int componentId, int drawableId, int TextureId, int paletteId); //Components NativeFunction.CallByName<uint>("SET_PED_COMPONENT_VARIATION", Ped ped, int componentId, int drawableId, int TextureId, int paletteId);  
  3. Love
    Fentered reacted to LMS in LCPDFR - Now on GitHub   
    Thanks to some community efforts and continued interest in keeping LCPDFR alive, we are happy to announce that LCPDFR, the mod which started it all, is now on GitHub. If you ever wanted to see how things worked back in the IV days (or just trash-talk the work of a few 14-year-old kids writing code), you have come to the right place.
     
    Please find the repo below: https://github.com/LMSDev/lcpdfr_public
  4. Like
    Fentered reacted to Burg3r in Rage Plugin Hook 2372   
    ah ok thx i saw it
  5. Like
    Fentered got a reaction from PuKkUtTiS in Your best LSPDFR 0.4 screenshots?   
  6. Love
    Fentered reacted to aerabit in EUP apparently missing DLC's   
    It worked! Thanks.
  7. Like
    Fentered got a reaction from aerabit in EUP apparently missing DLC's   
    Hi! Yeah, you should copy them to mods/update/x64/dlcpacks
  8. Love
    Fentered reacted to LMS in where to get RagePluginHookSDK.dll ?   
    The files from the RPH website should be good, there haven't been (m)any API changes in the past few versions. However, I have attached the most recent SDK from the build bundled with LSPDFR below for your convenience.
    SDK.zip
  9. Like
    Fentered reacted to cakuzma in Deleted in openIV   
    yea thats what i was a little confused about, he deleted the files in the mod folder, why dint he just re copy the orginal files over from the main directory of gta....
  10. Like
    Once you arrest or kill the suspect, the callout ends, but if the callout ending after the pursuit could be optional, this would open up many possibilities for developers.
    If this is added the developers can add a dialogue in the end which would be a very realistic addition to a pursuit.
     
    I personally could use this feature a lot for future callouts and I'm sure most developers would use this too.
  11. Like
    Fentered reacted to Cryz in SCRIPT HOOK V CRITICAL ERROR   
    The guy who is programming Script Hook is from Ukraine, as far as I know.
    So I guess he has other, more important problems right know. We have to be patient and
    wish him all the best.
  12. Like
    Fentered reacted to ALEX 1 ADAM 20 in SHV   
    yes they do ill send a link https://www.gta5-mods.com/tools/asi-support-for-rage-plugin-hook that replaces scripthook v until its updated
  13. Like
    Fentered reacted to KrispeeBacon in Your best LSPDFR 0.4 screenshots?   
  14. Love
    Fentered reacted to KrispeeBacon in Your best LSPDFR 0.4 screenshots?   
    Looks like Call of Duty! I love the graphics mod you are using, Care to tell me what it is?
  15. Like
    Fentered got a reaction from Lapd Code 3 in Your best LSPDFR 0.4 screenshots?   
  16. Love
  17. Like
    Fentered got a reaction from Mrsuperx13 in incorrect installation   
    You must install it in the same folder as GTAV.exe
  18. Love
    Fentered got a reaction from ItsJay in auto steering (trick or mod?)   
    https://www.lcpdfr.com/downloads/gta5mods/scripts/13022-stickywheels/
  19. Love
    Fentered reacted to ItsJay in auto steering (trick or mod?)   
    Thank you♥
  20. Love
    Fentered reacted to TheLastKnight2310 in creating my own plugin   
    ok thanks ill check it out and ill let you know!
    im only looking for a way to make them look drunk atm
  21. Like
    Fentered reacted to TheLastKnight2310 in creating my own plugin   
    i tried             StopThePed.API.Functions.setPedAlcoholOverLimit(Suspect ped, bool isOverLimit,true); but it still throws errors
  22. Love
    Fentered got a reaction from LeCroissant in Can these PC specs run LSPDFR?   
    Definitely
  23. Love
    Fentered reacted to Cyan in Lspdfr Crashes After update   
    LSPDFR crashing at that point means your mods folder is invalid. Something in there is corrupt or installed incorrectly. Rename mods to _mods and see if it still happens.
  24. Like
    Fentered reacted to LMS in LSPDFR 0.4.9 API Update   
    The update today added a few more functions, namely:
    GetPlayerWalkStyle IsPedKneelingTaskActive OnPedContrabandFound (event) LSPD First Response.XML
  25. Love
    Fentered got a reaction from Mytical49 in [SOLVED] Arrest a ped is bugged (in my callout)   
    I am happy to help ❤️
    It shouldn't

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.