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.

Patrol toolkit traffic offences in California!

Featured Replies

Does anyone know how to set the traffic offences as they suit in the California State traffic laws?

If possible, send me how you set the .xml file.

Thanks in advance!

Raffaele Ronga

Yep it took me a few hours to make and research. These should be the correct fines/points you would receive in real life if you were stopped in Cali.

 

Spoiler

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTrafficOffence xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TrafficOffence>
    <offence>low grade speeding (1-15km/h)</offence>
    <fine>234</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>medium grade speeding (16-25km/h)</offence>
    <fine>360</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>high grade speeding (26km/h+)</offence>
    <fine>480</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>very high grade speeding (100km/h+)</offence>
    <fine>880</fine>
    <points>2</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>exhibition of speed/burnout</offence>
    <fine>402</fine>
    <points>2</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>no/expired insurance</offence>
    <fine>100</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>failure to stop at red light</offence>
    <fine>436</fine>
    <points>1</points>
  </TrafficOffence>
 <TrafficOffence>
    <offence>failure to stop at stop sign</offence>
    <fine>214</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>reckless driving</offence>
    <fine>650</fine>
    <points>2</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>motorcyclist not wearing helmet</offence>
    <fine>178</fine>
    <points>0</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>no lights during night/bad weather</offence>
    <fine>238</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>texting/using a mobile phone while driving</offence>
    <fine>274</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>no/expired registration</offence>
    <fine>285</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>expired driver/rider license</offence>
    <fine>250</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>unsafe lane change</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>illegal u-turn/improper turn</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>impeding traffic/sudden stop</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>open container while driving</offence>
    <fine>367</fine>
    <points>0</points>
  </TrafficOffence>
</ArrayOfTrafficOffence>

 

3 hours ago, scot619 said:

Yep it took me a few hours to make and research. These should be the correct fines/points you would receive in real life if you were stopped in Cali.

 

  Reveal hidden contents

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTrafficOffence xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TrafficOffence>
    <offence>low grade speeding (1-15km/h)</offence>
    <fine>234</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>medium grade speeding (16-25km/h)</offence>
    <fine>360</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>high grade speeding (26km/h+)</offence>
    <fine>480</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>very high grade speeding (100km/h+)</offence>
    <fine>880</fine>
    <points>2</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>exhibition of speed/burnout</offence>
    <fine>402</fine>
    <points>2</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>no/expired insurance</offence>
    <fine>100</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>failure to stop at red light</offence>
    <fine>436</fine>
    <points>1</points>
  </TrafficOffence>
 <TrafficOffence>
    <offence>failure to stop at stop sign</offence>
    <fine>214</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>reckless driving</offence>
    <fine>650</fine>
    <points>2</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>motorcyclist not wearing helmet</offence>
    <fine>178</fine>
    <points>0</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>no lights during night/bad weather</offence>
    <fine>238</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>texting/using a mobile phone while driving</offence>
    <fine>274</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>no/expired registration</offence>
    <fine>285</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>expired driver/rider license</offence>
    <fine>250</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>unsafe lane change</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>illegal u-turn/improper turn</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>impeding traffic/sudden stop</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>open container while driving</offence>
    <fine>367</fine>
    <points>0</points>
  </TrafficOffence>
</ArrayOfTrafficOffence>

 

That's great, any objections to me including that with the next version as the default offences?

My YouTube Channel: Darkmyre Gaming (Australian LSPDFR patrols, plugins in development, and other games)

My Discord Server | AusGamer Network

 

Please do not PM me for technical support or bug reports, use the appropriate forum or plugin's comments instead.

  • Author
23 hours ago, scot619 said:

Yep it took me a few hours to make and research. These should be the correct fines/points you would receive in real life if you were stopped in Cali.

 

  Reveal hidden contents

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfTrafficOffence xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TrafficOffence>
    <offence>low grade speeding (1-15km/h)</offence>
    <fine>234</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>medium grade speeding (16-25km/h)</offence>
    <fine>360</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>high grade speeding (26km/h+)</offence>
    <fine>480</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>very high grade speeding (100km/h+)</offence>
    <fine>880</fine>
    <points>2</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>exhibition of speed/burnout</offence>
    <fine>402</fine>
    <points>2</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>no/expired insurance</offence>
    <fine>100</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>failure to stop at red light</offence>
    <fine>436</fine>
    <points>1</points>
  </TrafficOffence>
 <TrafficOffence>
    <offence>failure to stop at stop sign</offence>
    <fine>214</fine>
    <points>1</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>reckless driving</offence>
    <fine>650</fine>
    <points>2</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>motorcyclist not wearing helmet</offence>
    <fine>178</fine>
    <points>0</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>no lights during night/bad weather</offence>
    <fine>238</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>texting/using a mobile phone while driving</offence>
    <fine>274</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>no/expired registration</offence>
    <fine>285</fine>
    <points>0</points>
  </TrafficOffence>
  <TrafficOffence>
    <offence>expired driver/rider license</offence>
    <fine>250</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>unsafe lane change</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>illegal u-turn/improper turn</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>impeding traffic/sudden stop</offence>
    <fine>238</fine>
    <points>1</points>
  </TrafficOffence>
<TrafficOffence>
    <offence>open container while driving</offence>
    <fine>367</fine>
    <points>0</points>
  </TrafficOffence>
</ArrayOfTrafficOffence>

 

Thank you so much!

Raffaele Ronga

22 hours ago, Darkmyre said:

That's great, any objections to me including that with the next version as the default offences?

By all means go for it! 

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Similar Content

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.