getPlate

-- ARGUMENTS
-- entity: number

-- RETURNS
-- plate: string

local plate = ti.vehicles.getPlate(ent)

Last updated