> For the complete documentation index, see [llms.txt](https://mxxr.gitbook.io/mxxr-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mxxr.gitbook.io/mxxr-wiki/scripts/vehicle-lock.md).

# Vehicle Lock

* :flag\_fr: Trigger pour enregistrer une clé
* :england: Trigger to register a key

```lua
TriggerServerEvent("MXXR_RegisterNewKey", 
        plate, -- Plaque du véhicule | Plate of the vehicle
        target -- ID du joueur proche (facultatif) | Nearby player ID (optional)
)
```

* :flag\_fr: Trigger pour enregistrer un double de clé de société&#x20;
* :england: Trigger to save a duplicate company key

```lua
TriggerServerEvent("MXXR_GivekeyJobs", 
        plate, -- Plaque du véhicule | Plate of the vehicle
)
```
