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.
The latest updated version of RAGE Plugin Hook, required to play LSPDFR, can be found inside the LSPDFR download. It is not currently available on the RAGE Plugin Hook website.

Question about felony in LSPDFR+ plugin

Featured Replies

Hi. I'm have currently installed LSPDFR+ plugin by Albo. I love, everything is working and fine, but I have a little question - what felony should I select, when I stopped a car in a bad shape? 

Sorry if I have posted in wron section, but I need to know. Thank you.

   Well to start, if you're pulling someone over it's generally for a misdemeanor. petty infraction such as speeding. in this particular case if the vehicle is in "bad shape" it would likely be an unroadworthy vehicle and could possibly be bumped to endangerment to public if he's driving erratic and along with other factors. You'd have to know your penal code statue's and traffic laws of where ever it is you are "roleplaying" as it may change depending on state. For example: 

 

If I'm running radar on east Joshua road, and I spot a red sedan with broken windshield and headlight is missing and a tire is nearly flat i'd pull them over, after normal traffic stop procedure i'd likely fine them ( unroadworthy vehicle, reckless endangerment - depending ) then have their vehicle towed and call them a cab. Let me know if this helped, and any other questions.

20 minutes ago, Daszkalti said:

   Well to start, if you're pulling someone over it's generally for a misdemeanor. petty infraction such as speeding. in this particular case if the vehicle is in "bad shape" it would likely be an unroadworthy vehicle and could possibly be bumped to endangerment to public if he's driving erratic and along with other factors. You'd have to know your penal code statue's and traffic laws of where ever it is you are "roleplaying" as it may change depending on state. For example: 

 

If I'm running radar on east Joshua road, and I spot a red sedan with broken windshield and headlight is missing and a tire is nearly flat i'd pull them over, after normal traffic stop procedure i'd likely fine them ( unroadworthy vehicle, reckless endangerment - depending ) then have their vehicle towed and call them a cab. Let me know if this helped, and any other questions.

Right i don`t think anyone should be arrested or charge with a felony for driving a wack car they don`t have money to fix. LOL

  • Author
1 hour ago, Daszkalti said:

   Well to start, if you're pulling someone over it's generally for a misdemeanor. petty infraction such as speeding. in this particular case if the vehicle is in "bad shape" it would likely be an unroadworthy vehicle and could possibly be bumped to endangerment to public if he's driving erratic and along with other factors. You'd have to know your penal code statue's and traffic laws of where ever it is you are "roleplaying" as it may change depending on state. For example: 

 

If I'm running radar on east Joshua road, and I spot a red sedan with broken windshield and headlight is missing and a tire is nearly flat i'd pull them over, after normal traffic stop procedure i'd likely fine them ( unroadworthy vehicle, reckless endangerment - depending ) then have their vehicle towed and call them a cab. Let me know if this helped, and any other questions.

Yea, I get it, but whenever I pull over a car, which is with tire exploded, bad sound from engine and it's smoking, I cant find the right felony, such as yours - unroadworthy vehicle. Is something wrong in plugins .dll?

12 minutes ago, Foxonas said:

Yea, I get it, but whenever I pull over a car, which is with tire exploded, bad sound from engine and it's smoking, I cant find the right felony, such as yours - unroadworthy vehicle. Is something wrong in plugins .dll?

You can edit the XML file to add your own words. like the Americans file in lspdfr+. I would have sent you mine but i dont have access to my computer. Or maybe @Daszkalti can send you his.

  • Author
22 minutes ago, Patrick Dollar said:

You can edit the XML file to add your own words. like the Americans file in lspdfr+. I would have sent you mine but i dont have access to my computer. Or maybe @Daszkalti can send you his.

Would appreciate that. By the way, maybe you know the problem with arrest manager, when you arrest, then grab the ped with Shift + T, entering him to a car, taking him to the PD(where you have to take arrested person to the cell) and when you try to take the ped out of vehicle by pressing E, officer just freezes and do nothing? And he only unfreezes when caling for a transport or restarting the game.

46 minutes ago, Foxonas said:

Yea, I get it, but whenever I pull over a car, which is with tire exploded, bad sound from engine and it's smoking, I cant find the right felony, such as yours - unroadworthy vehicle. Is something wrong in plugins .dll?

I don't think charging them with a felony would be appropriate. Their vehicle being towed & a ticket with a deduction of points or a trip down to jail so other officers can "investigate" & determine wether or not they were involved with a hit & run in the area is more fitting. Remember to always breathalyze them because given the state of their vehicle & now way to directly ask them how the damage occurred it is within reason to demand a sample.

 

 

6 hours ago, Foxonas said:

Hi. I'm have currently installed LSPDFR+ plugin by Albo. I love, everything is working and fine, but I have a little question - what felony should I select, when I stopped a car in a bad shape? 

Sorry if I have posted in wron section, but I need to know. Thank you.

 

You could always replace something like No Helmet, like I have below

 

<Offence>
        <name>No Helmet</name>
        <points>0</points>
        <fine>100</fine>
        <seizeVehicle>false</seizeVehicle>
        <offenceCategory>Traffic</offenceCategory>
    </Offence>

 

With something like Unroadworthy Vehicle...

 

<Offence>
        <name>Unroadworthy Vehicle</name>
        <points>0</points>
        <fine>250</fine>
        <seizeVehicle>true</seizeVehicle>
        <offenceCategory>Traffic</offenceCategory>
    </Offence>
    
    

If you use any of my skins in a YouTube video, please let me know. I would love to see it. output_hzFinh_zps2w8whjkq.gif

  • Author
10 hours ago, Justice890 said:

 

You could always replace something like No Helmet, like I have below

 

<Offence>
        <name>No Helmet</name>
        <points>0</points>
        <fine>100</fine>
        <seizeVehicle>false</seizeVehicle>
        <offenceCategory>Traffic</offenceCategory>
    </Offence>

 

With something like Unroadworthy Vehicle...

 

<Offence>
        <name>Unroadworthy Vehicle</name>
        <points>0</points>
        <fine>250</fine>
        <seizeVehicle>true</seizeVehicle>
        <offenceCategory>Traffic</offenceCategory>
    </Offence>
    

Thanks!

Edited by Foxonas

Recently Browsing 0

  • No registered users viewing this page.

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.