Installation & Usage

Setup

  • Add the following to your existing playerdata
    • For qbx_core: PlayerData should be playerData
qb-core/server/player.lua
    PlayerData.metadata['pdcerts'] = PlayerData.metadata['pdcerts'] or {
        ['airone'] = false,             -- Air-1
        ['mbu'] = false,                -- Motorbike Unit
        ['fto'] = false,                -- Field Training Officer
        ['hsu'] = false,                -- High Speed Unit
        ['classthree'] = false,         -- Class 3
        ['classtwo'] = false,           -- Class 2
        ['alr'] = false,                -- Armalite Rifle
        ['canine'] = false,             -- Canine
        ['swat'] = false                -- SWAT
    }
Edit this page on GitHub

MIT 2026 © xT Development.

On this page