# Player List

## Installation

* Works with [RedEM:RP](https://github.com/RedEM-RP) and [VORP](https://github.com/VORPCORE). Be sure you installed one of them before to use this script.
* Drag and drop the resource in your resources folder
  * lumen\_playerlist
* Add this ensure in your server.cfg below under all framework scripts (redemrp,vorpetc)
  * `ensure` lumen\_playerlist
* Edit the config.lua to make sure to customize the code

If you have any questions, please contact our lumen works discord.

## Framework

```lua
Config.framework = "redemrp"
```

You can set the framework you need. The available options are "redemrp" or "vorp".

## Language

```lua
Config.Text = {
   [1] = "Change Page [<- ->]",
   [2] = "~e~[R]~q~ Close",
   [3] = "Players",
   [4] = "Rank",
   [5] = "Page",
}
```

## Groups Configuration

````lua
```lua
  Config.tableSpecialGroup = {

    {group = "Viprole", name = "Vip", icon = "blip_mp_job_exclusive_small",specialColor = true},
    {group = "superadmin", name = "Staff", icon = "blip_mp_playstyle_defensive",specialColor = true},

}
```
````

Here you can add as many phonographs as you want and you can customize it

* group : It is the name of the phonograph.
* name : It is the name of the phonograph.
* icon : It is the name of the phonograph.
* specialColor : It is the name of the phonograph.

You can set your custom notification system here, by default redemrp is added
