IsVehicleRegisted is used to check if a Vehicle is registered.
local IsRegistered = exports["Lux_VehiclePapers"]:IsVehicleRegisted(plate) if IsRegistered then print('The Vehicle is Registered') else print('The Vehicle is not Registered') end
Last updated 1 year ago