# Wert Pd Roster

<mark style="background-color:orange;">INSTALLATION</mark>

1 - Go qbx\_core/server/player.lua

2 - Find the metadata table like in the picture

3 - Add the following code block

```lua
-- 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,
    }
}
```

<figure><img src="https://344044646-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAjk6DeXMrr9YWGvceJWb%2Fuploads%2F8cYUPqLrUnlj2nH9w1l7%2Fimage.png?alt=media&#x26;token=09caa8c5-74f2-48b1-ae78-c3fe2fa9f717" alt=""><figcaption></figcaption></figure>

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

### *<mark style="background-color:green;">Installation complete</mark>*
