Wert-pdroster

You can access the setup information you need about this product

INSTALLATION

1 - Go qb-core/server/player.lua

2 - Find the metadata table like in the picture

3 - Add the following code block

-- Police Roster
PlayerData.metadata['roster'] = PlayerData.metadata['roster'] or {
    ['gps'] = 0,
    ['departman'] = "LSPD",
    ['status'] = true,
    ['birimdata'] = {
        ['seg'] = false,
        ['asu'] = false,
        ['hsu'] = false,
        ['swat'] = false,
        ['doc'] = false,
        ['mpb'] = false,
    }
}

4 - Add it to the resource folder and restart the server

Installation complete

Last updated