VehicleData
if you want to suse this please dont use the sync! Infomessage on startup if both are active
SaveVehicleData
--just an example
local _source = source
local myPlate = "GHTS12"
local myOwner = "char1:1234684sdFg4451"
local myVeh_type = "Compact Car"
local myVeh_model = "Blista"
local myColor = "red"
local myMOT= "2026-12-31" --format YYYY-MM-DD, if you use myMechanicMDT unneccesary
exports["myMDT_core"]:SaveVehicleData(_source, {
plate = myPlate,
owner= myOwner,
veh_type = myVeh_type,
mot = myMOT,
veh_model = myVeh_model,
color = myColor,
})VehicleChangePlate
DeleteVehicleData
Last updated