Page cover

🎡Music

Documentation relating to the lumen_music

Installation

  • Works with RedEM:RParrow-up-right / VORParrow-up-right / RSG arrow-up-right. Be sure you installed one of them before to use this script.

  • You need to have 3 utility scripts. These will be provided by discord

    • redemrp_menu_base

    • tp_inputs

    • uiprompt

    • xsound

  • Drag and drop the resource in your resources folder

    • lumen_music

  • Add this ensure in your server.cfg below under all utility scripts (uiprompt,xsound etc)

    • ensure lumen_music

  • 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

Phonograph Configuration

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

  • ["Phonograph Saint Denis 1"] : It is the name of the phonograph.

  • code : Here you have to enter the unique code for each phonograph, it is necessary for the correct operation but the player does not have to know it.

  • coords: Coordinates to interact with the phonograph

  • createprop: Create the phonograph object on the server, "true" to enable it, "false" to disable it.

  • coordsProp: Object coordinates.

  • heading: Object heading

  • price: The price the player must pay to play the song.

  • freejobs: The works that you add will have no cost when playing a song.

  • customLink: allows the player to enter a custom youtube link.

  • songlist: List of preset songs.

Notifications

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

Last updated