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.

BB.

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Oh.. there is a plugin named "map-editor" that has the feature. Ty.
  2. Thanks
    BB. reacted to GTAbear in New programmer or aspiring to be one?   
    New programmer or aspiring to be one?
    Here are my 2024 list of invaluable must have tools for LSPDFR:
     
    All GTA Objects:
    https://forge.plebmasters.de/
     
    complete Native (API for all known base GTAV methods)
    https://nativedb.dotindustries.dev/gta5/natives

    complete RAGE (API for all known base RAGE methods)
    https://docs.ragepluginhook.net/

    All GTA SP vehicles
    https://www.gtabase.com/grand-theft-auto-v/vehicles/#sort=attr.ct3.frontend_value&sortdir=desc&attr.ct5.value=gta5-story&page=1

    Very helpful info about GTAV
    https://wiki.gtanet.work/index.php?title=Main_Page

    Database for all GTAV decals map-elements and more
    https://docs.fivem.net/docs/

    Hashcodes for GTAV
    https://alloc8or.re/gta5/nativedb/

    The Callout modder guide
    https://docs.google.com/document/d/1wpxOp67iJNu3V0z0ZLkjgGewni_Umu80UNiaaXVjS7w/edit#heading=h.b3n87s77xcfi
     
    Disclaimer I am not affiliated to any of above in any way
    Do add your own links in the comments
     
  3. Thanks
    BB. reacted to GTAbear in HOW TO MAKE PED NPC LOOK LIKE THIS?   
    Do you mean the name of the animation that makes a ped point its weapon downwards as the ped moves slowly ahead?

    It is not easy to find a specific animation because there are so many, but i can link you to the animation list:
    https://docs.ragepluginhook.net/html/62951c37-a440-478c-b389-c471230ddfc5.htm
  4. Thanks
    BB. reacted to Yasd in Stop the Ped and Policing Redefined   
    In your callout you call STP.DrunkSTP(ped, true);
    Or easier:
    ped.DrunkSTP();
  5. Thanks
    BB. reacted to Yasd in Stop the Ped and Policing Redefined   
    You have to bundle the PolicingRedefined.dll in your project, then you can call:
    PolicingRedefined.API.PedAPI.SetPedDrunk(ped, mappedLevel, setWalkstyle);

    For StopThePed the same process, but call:
    StopThePed.API.Functions.setPedAlcoholOverLimit(ped, drunk);

    Be aware that if you call the API function directly and a user hasn't installed the dll, LSPDFR will crash.

    To prevent that, you have to check in your plugin if STP or PR is installed and working. Only then you are allowed to call the API functions.

    You have to create a seperate class, it can look something like this:

    internal static class STP
    {
    internal static void DrunkSTP(this Ped ped)
    {
    if (Config.STPinstalled)
    {
    ped.DrunkSTP2(true);
    }
    }
    private static void DrunkSTP2(this Ped ped, bool drunk = true)
    {
    if (Config.STPinstalled)
    {
    StopThePed.API.Functions.setPedAlcoholOverLimit(ped, drunk);
    }
    }
    }
    As you can see there are two funtions for each function. This is required so LSPDFR doesn't crash when the required dll is not installed by the user.


    In your Main class you have to check if the STP or PR dll is installed.
    You can do that with: File.Exists(@"plugins\LSPDFR\PolicingRedefined.dll")
  6. Like
    BB. reacted to Cyan in Community Team Openings and Changes   
    It's been a while since we actively recruited staff, 2017(!) and well before the COVID-19 pandemic swept the world. But LCPDFR.com hasn't stopped growing in this time and is bigger than ever. That's why today we're announcing some changes to the team to allow us to scale more and to invite you to get involved. 
     
    Community Team Structure
    Our Community Team has previously operated with a large scope and our moderators have been expected to moderate the entire site. This means anything from member disagreements, to credits concerns on a file, to approving files to someone spreading inaccurate information on LSPDFR support forums.
    As LCPDFR.com has undergone a massive expansion in terms of community, mod and support growth; this has led to increased burden on our Management & Community teams including people working on particular parts of the website they may not be entirely familiar with or may not interest them. We also have not recruited to replace moderators which have left us in the previous years, further increasing this burden.
     
    One of the changes we're making today, along with recruiting new Community Team members, is to make two new more specific moderation roles.
     
    Support Moderator
    This position is for those who are active within our support forums and are willing to help keep them tidy. This includes making sure posts are made in the correct support sub forum, preventing users from hijacking posts (posting their own problem in someone else's thread), preventing necro posts (posting in a thread that has not had activity for a significant amount of time), posting solutions to common problems, seeking more information from users seeking support (asking for logs, etc.), and marking threads as "solved" when a solution is found.
    Support moderators will be expected to have general knowledge of common LSPDFR, RPH, and GTA V issues and their solutions and have basic troubleshooting skills.
     
    File Moderator
    This position is for those who are active within the downloads section and are familiar with modding GTA V. You do not necessarily need to know how to code or model, but have skills in determining when files are ripped or stolen. Duties include reviewing files that are held for manual approval and ensuring they follow our File Guidelines, investigating mods that may be stolen and referring these to Community Moderators, and keeping the downloads section of the site tidy (making sure files are posted in the correct category, all files have proper credits, etc.).
     
    Applications & Getting Involved
    Do the new roles above appeal to you? We're excited to build the Community Team further and would like to invite anyone who is interested to fill out a short form, expressing their interest. We need applicants to be at least 18 years old, able to use Discord & Slack for training and communication. Whilst we don't have strict activity guidelines, we do expect moderators to keep up with reports and internal discussions.
     
    If you think that you'd like to get involved with LCPDFR.com by volunteering some of your free time to moderating our community, please submit an application to us using the following link: 
     
    http://lcpd.fr/staffapp
     
    Applications close Monday 30th October midnight GMT.

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.