Switch vehicle lock

Triggering this event (from client side) will switch the lock of the vehicle with that plate, so it will remove all keys to other players that the vehicle owner has previously shared

Event

TriggerServerEvent("vehicles_keys:switchLock", plate)

Parameters

NameData TypeDescription

plate

string

The plate of the vehicle

Last updated