Client Exports
This is a list of the available client side exports.
GiveKeysByPlate
-- plate is a string of the vehicles plate
local plate = "platenumberhere"
exports.MrNewbVehicleKeys:GiveKeysByPlate(plate)GiveKeys
-- vehicle: This would be the vehicle entity
exports.MrNewbVehicleKeys:GiveKeys(vehicle)RemoveKeysByPlate
-- plate is a string of the vehicles plate
local plate = "platenumberhere"
exports.MrNewbVehicleKeys:RemoveKeysByPlate(plate)RemoveKeys
-- vehicle: This would be the vehicle entity
exports.MrNewbVehicleKeys:RemoveKeys(vehicle)GetVehicleState
HasKeysByPlate
HaveKeys
ToggleTempKey
GetTempKey
RemoveKeysByPlate
SetVehicleLockpickImmunePlate
SetVehicleLockpickImmuneEntity
GetPlayerKeyList
CheckForJobVehicle
GetHotWiredStatus
CheckIfHotwired
Last updated