Wert Pd Roster
You can access the setup information you need about this product
INSTALLATION
1 - Go qbx_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