> For the complete documentation index, see [llms.txt](https://lmrp.gitbook.io/last-mile-rp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lmrp.gitbook.io/last-mile-rp/emergency-services-info/san-andreas-state-laws-and-regulations/penal-code/v-vehicular/v01-vehicle-operation.md).

# V01 - Vehicle Operation

### <mark style="color:orange;">V01 - Operating a Vehicle without a Valid License</mark>

Operating a vehicle without possessing the proper driver's license

{% hint style="danger" %}
**Misdemeanor&#x20;**<mark style="color:yellow;">**after 3x warning**</mark>

\
**Sentence:** 0 (ROR on scene)\
**Fine: $500**

\
**Driver License Suspension:** No\
**Weapon License Removal:** No
{% endhint %}

***

### <mark style="color:orange;">V01.1 - Operating a Vehicle with a Suspended License</mark>

Operating a vehicle when driving privileges have been revoked/suspended.

{% hint style="danger" %}
**Misdemeanor**

\
**Sentence:** 10\
**Fine: $1000**

\
**Driver License Suspension:** <mark style="color:yellow;">Yes (see below)</mark>\
**Weapon License Removal:** No
{% endhint %}

{% hint style="info" %}
**Driver License Suspension:**

* <mark style="color:yellow;">1st Offense:</mark> Add 24hrs to suspension
  * Fine:  $2000
* <mark style="color:yellow;">2nd Offense:</mark> Add 5 days to suspension
  * Fine: $4000
* <mark style="color:red;">3rd Offense:</mark> Remove license, refer to DOJ to have license reinstated for a fine or additional jail time
  {% endhint %}

***

### <mark style="color:orange;">V01.2 - Operating a Vehicle without a License Plate</mark>

Operating a vehicle without a valid state-issued license plate during the commission of another criminal act.

{% hint style="danger" %}
**Misdemeanor**

\
**Sentence:** 10\
**Fine: $1000**

\
**Driver License Suspension:** No\
**Weapon License Removal:** No
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lmrp.gitbook.io/last-mile-rp/emergency-services-info/san-andreas-state-laws-and-regulations/penal-code/v-vehicular/v01-vehicle-operation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
