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

configPlateShow.lua

config.plateShow = {
    active = true,          -- If true, police can view nearby vehicle license plates.
    commands = { "plate" }, -- Commands to show license plates. You can add multiple commands.
    dist = 5.0,
    chatColor = { 0, 0, 200 },
}

Last updated