For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get owned plates of local player

This export can be get all the owned plates of the local player

Export

local ownedPlates = exports["vehicles_keys"]:getOwnedVehiclePlates()

Return

A table containing all the owned plates with the following format

{
    ["ABC123"] = {
        type = "owned",
        model = -35726841
    },
    
    ["BCD473"] = {
        type = "temporary",
        model = -55726841
    },
}

Last updated