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.

HazyTube

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    This is a very common issue, I experience this too and found a little easy solution. It's very anoying but it works tho. If you have EUP installed, open the menu and click on 'eup law & order' then the menu of all mods will be normal again. Only solution I know
  2. Like
    My plugin Force A Callout actually fixes this issue, it has the following feature that can be found in the .ini file:

     
    It would be nice if plugin devs include this functionality in their callouts tho.
  3. Like
    HazyTube reacted to ParkerWBA2006 in Executable file   
    👍
  4. Like
    HazyTube reacted to ineseri in Ideas   
    Hi,
     
    If you put a waypoint down and call for backup, the backup will drive to that position instead of your position.
  5. Like
    HazyTube reacted to MattCC16 in Starting LSPDFR for the first time   
    Basically every Bejoijo mod. He is one of the best if not the best LSPDFR modder.
     
    Stop The Ped is amazing and it has so many features. So, so so many. Includes stopping people, moving them, drug/alcohol tests, drug tests to do on scene with your car, searching vehicles and peds, arresting peds, stopping traffic, calling prisoner transport or taking suspects to the station yourself, calling animal control, coroner, tow trucks... and taser lasers in the latest update)
     
    Ultimate Backup is also fantastic. You can call backup and they will stay on scene, you can tell them do stuff for you (with Stop The Ped), you can get partners, get realistic traffic stop and felony stop backup, you can dismiss certain officers or all of them, and during a pursuit you can request spike strips or roadblocks.
     
    He also has 2 callout packs and ALPR Lite and SpeedRadar Lite, both of which are great to use for traffic related things. Compulite is also a great police computer.
    https://bejoijo256.wixsite.com/bejoijo/home/
     
    As for other mods:
    There are a ton of callout packs... you can choose which ones you would like. I use both of Bejoijo's callout packs, Assorted Callouts, Super Callouts, United Callouts, PeterUCallouts (this one is amazing). Traffic Policer is a plugin with ambient traffic related events, as well as a few calls, and other features (traffic cones, barriers). 
     
    Police Smart Radio is also pretty nice to have. You can quickly run plates and ped names. It has integration with lots of other mods, like Bejoijos for panic buttons for example.
    A few other mods are good to have, like Force a Callout, Rich's Police Enhancements...
     
    I know, there are a ton of plugins alone. There are even more to choose from but these are some I would recommend to first time players. Hope this helps! Have fun playing LSPDFR!
  6. Like
    HazyTube reacted to A Stranger in Set Startparameter   
    You can choose your spawn point in the "m" menu, once you are on duty. 
    There used to be a Plugin, 
     but you'd have to test yourself if it still work.
     
    You can also use this in the meantime: 
     
  7. Like
    HazyTube reacted to admirable in Which Plugin is It?   
    No it was not Interaction+ . It's this once Force A Callout which I was looking desperately.
  8. Like
    HazyTube reacted to Jetty Bot in Suggestions for GamePlay   
    You can also try the "PoliceMenu V" mod. It's what I use and is specifically tuned to police things there is also a quick repair key.
     
    For the weapons you could use "Easy Loadout Continued". It doesn't make it so you can't pick weapons up but it adds a hotkey so you can give yourself the loadout that you made in the .ini
     
     
  9. Like
    HazyTube reacted to Cyan in Changing how hiding files works   
    Hi all,
     
    When we introduced the ability to hide your files and queue them for deletion, the intention was that files could be hidden for short periods of time (for example, if you find a bug in a script/model or want some time to update or refine the file) and that authors would delete files that they want deleted.
    According to our analytics and stats, most authors will hide a file if they want it permanently gone, but won't queue it for deletion.
    Looking through our database, we have over a thousand and a half hidden files. A lot of these are accidental uploads or cases where members have had permission issues with their files. The majority of these files will never be unhidden and the space will go unreclaimed.
     
    Starting from 1st October 2019, we'll be changing the hide file functionality and it will queue your file for deletion at the same time.
    This will instantly hide the file whilst giving a 14-day deadline to unhide the file before it is permanently removed from LCPDFR.com.
     
    Starting from 1st November 2019, all existing hidden files will be queued for deletion with a one month deadline. All authors who have hidden work will be private messaged and made aware of this process and will be able to unhide or backup their file before it is removed permanently.
     
    We think the 14-day deadline will be enough for most current cases of hiding files. Site staff will be able to assist in cases where it isn't.
     
    Cyan.
  10. Like
    HazyTube got a reaction from GodlyDev in Any simple examples for ped spawning?   
    private Ped pedName pedName = new Ped(Ped String or Hash, Vector3, Heading); Also make sure you block gta from taking over the ped and despawning it:
    pedName.IsPersistent = true; pedName.BlockPermanentEvents = true;  
    For the spawn point, you need to get the coordinates, I recommend using this tool for that:
    It's really nice if you want a lot of spawn points, it can save them to an XML file.
  11. Like
    HazyTube reacted to GodlyDev in Any simple examples for ped spawning?   
    Whoa this is great! Thanks for your help
    But what does 3rd argument Heading means?
  12. Like
    HazyTube reacted to LMS in Any simple examples for ped spawning?   
    Heading refers to the orientation of the ped/entity in the game world, a value ranging from 0-360 degrees. It is the 2D (in that it does not take up/down into account) representation of an entity's direction.
  13. Like
    Thanks I gotta try
  14. Like
    HazyTube reacted to LMS in LSPDFR 0.4.3 - New API Functions   
    LSPDFR 0.4.3 includes a few new additions to the API. However, these functions are not thoroughly tested yet, we just decided to include them already as to not delay them until the next update. Please let me know if there are any issues. The following functions and events have been added:
     
    Added OnPedFrisked, OnPedLookedUp, OnPulloverAskedPedToLeaveVehicle, OnPulloverTalkingToPed and OnVehicleLookedUp to API events Added GetKeyBinding, GetNameOfSeat, IsPlayerGrabbingAnyPed and RemovePedContraband to API  
    Latest VS docs:
    LSPD First Response.XML
  15. Like
    HazyTube reacted to smoketoobig in Request Call for Police SmartRadio   
    Awesome, never knew about that mod, thanks!
  16. Like
    HazyTube reacted to cptryan in Request Call for Police SmartRadio   
    button on radio and a keybinding works great
  17. Like
    HazyTube reacted to LMS in 0.4.2 API Update - Chase attributes   
    Hi fellow developers,
     
    @PNWParksFan and I have been busy discussing a wide range of possible internal values exposed via the API that concern arguably the most core part of LSPDFR: chases. Since it is such an integral part I would like to also get some feedback and suggestions from you to make sure we don't have to go back and forth too much and get it right the first time. Ideally, in a later release some of the values could be shipped as presets to make life a little easier. Please note that while some of the attributes are already implemented others are just suggestions and might not be included in a future release. The current list can be loosely grouped as "Chances" and "Attributes".
     
    Chances
    Surrender chance for when the car is badly damaged Surrender chance for when the car was pitted Surrender chance for when the car was pitted and slowed down significantly as a result Surrender chance for when the car was pitted and crashed as a result Surrender chance for when a tire burst Surrender chance for when a tire burst and the car crashed as a result Average time after which a suspect will surrender once one or most tires have burst  
    Attributes
    Maximum driving speed Minimum driving speed Maximum running speed Exhaustion interval (after a certain time, the suspect slows down a little) Exhaustion duration (how long the suspect will remain exhausted) Handling ability (general improvement of the suspect's handling over the stock V AI) Handling ability during turns (this is slightly higher than the normal handling ability) Maximum turn aggressiveness (this specifies how early and how fast a suspect will take a turn) Minimum turn aggressiveness (like above)  
    The ones above should all be fairly simple and self explanatory. They are also already used internally for the most part and hence will simply be exposed via the API. The values below are a little bit more "experimental" and any feedback would be greatly appreciated.
     
    Handling ability change per burst tire: I am thinking a scale of 0.0f - 1.0f which will affect the handling ability of the suspect like a multiplier (negatively). A value of 0.0f would have no effect at all, whereas a value of 1.0f would reduce the handling ability to 0 if just one tire had burst. The formula would work like this: HandlingAbility = SituationalHandlingAbility (no turn/turn) * (1 - (BurstTireMult * tires burst)). Setting it to 0.25f would thus gradually lower the handling ability for a 4-wheel vehicle until it reaches 0 for when all tires are burst. Good idea, bad idea? Average time for surrendering after a tire burst multiplier, affecting the time per burst tire. Could work much like above, a value of 1.0 would immediately reduce the average time to 0 per burst tire.  
    Another suggestion that came up was setting the maximum speed once at least one tire had burst. I think the handling ability change will tie in with this, but a multiplier like above that lowers it from the current maximum speed could also work. Or do you think a separate fixed maximum value would make more sense?
     
    Thanks for your help and please feel free to suggest other values too!
  18. Like
    HazyTube reacted to LMS in LSPDFR 0.4 API Update   
    With LSPDFR 0.4 the API received a few minor changes in terms of the Persona class, which might require recompilation on your end. While there are not many new additions to the API just yet, we hope to change that soon with our next minor update. We ask you to bear with us for a little bit longer before we expand our API functionalities.
     
    As for additions for newly introduced 0.4 features, we ask you to provide some feedback here in the thread on what you would like to see. We have showcased scenarios in one of our announcements and still plan to make the available shortly. In short, a scenario takes over control during a chase or a traffic stop to provide unique behavior. During a scenario, it has full control over all entities. Another useful addition will probably be frisking and the ability to place items on peds, that can then be found, much like we had it in LCPDFR.
     
    Thanks for your patience and all the work you have done.
  19. Like
    HazyTube got a reaction from sssneaky in 0.4.1 Stable List (with links, authors & video demos)   
    It's better to have nothing, than someone that tells people plugins are not compatible. And that apparently doesn't have any knowledge about plugins.
  20. Like
    Add me on Discord and I'll take a look at your log. 
    Don't need any bad press saying that it's not working when it is 😄
  21. Like
    HazyTube got a reaction from Sebo in 0.4.1 Stable List (with links, authors & video demos)   
    HoldMyGun is a standalone plugin, it should work. It is not dependent on LSPDFR
  22. Like
  23. Like
    Working fine for me so far so I look forward to an update.
  24. Like
    HazyTube got a reaction from dankkdss in Police Smart Radio not adding buttons   
    Uhh I don't really know, I will send you my XML file for an example via a message, you can just search for arrest manager and stuff and put it in yours
  25. Like
    HazyTube reacted to sEbi3 in Not sure what this error says...   
    Hey @SneakySteve,
    you need to increase ".NET Framework" to 4.6.1.
     
    Cheers! 🙂

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.