Jump to content
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!


Recommended Posts

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>

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...