Server Exports

Here you'll find a list of available exports for Vehicle Keys. They are intended for users with basic or advanced programming skills.


GiveKey

Gives vehicle keys via license plate to a player, in item if option is enabled.

exports['ux_vehiclekeys']:GiveKey(source, plate)

RemoveKey

Removes vehicle keys via license plate to a player.

exports['ux_vehiclekeys']:RemoveKey(source, plate)

Last updated