Lumen Works
  • Welcome
  • RedM
    • 🐍Animal Effects
    • 🎵Music
    • 🎄Events
    • 💪Talents
    • 🍺Moonshiner
    • 🎰Lottery
    • 🗣️Rumors
    • ☘️Herbs
    • 📋Player List
Powered by GitBook
On this page
  • Installation
  • Framework
  • Language
  • Groups Configuration
  1. RedM

Player List

Documentation relating to the lumen_playerlist

PreviousHerbs

Last updated 1 year ago

Installation

  • Works with and . 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

Config.framework = "redemrp"

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

Language

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

Groups Configuration

```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

RedEM:RP
VORP
📋
Page cover image