NeveraDev Docs
  • Welcome
  • Paid
    • Realistic ATM
    • Private Yacht
    • Weed Planting
    • Advanced Scoreboard
    • Weapon Shop
    • Control Security Cameras
  • Free
    • OX Debug
    • ESX Scoreboard
    • Loading Screen
    • Sit On Every Chair
  • Social
    • Tebex Shop
    • Fivem Forum
    • Discord Support
Powered by GitBook
On this page
  • Script
  • Installation
  • Code
  • Support
  1. Paid

Advanced Scoreboard

How to install Nevera Development - Advanced Scoreboard script.

PreviousWeed PlantingNextWeapon Shop

Last updated 5 months ago

This script is compatible only with ESX

Script

Installation

  1. Add the resource to your server start config: ensure nv_advanced_scoreboard, the name of the folder must not be changed or the resource will not function correctly. Ensure the script is the latest one.

server.cfg
# ...
# All the other resources
ensure nv_advanced_scoreboard
  1. Open the config.lua and configure it correctly, paying attention to all the variables!

  2. Restart server or type ensure nv_advanced_scoreboard in console.

Code

config = {}

config.openScoreboardKey = "F9"
config.notifyName = "Nevera"
config.notifyDesc = "Admin Action (0)" -- 0 = Action Name (kick/ban/kill)
config.notifyIcon = "CHAR_MP_FM_CONTACT"

-- 0 = Admin FiveM Name
-- 1 = Target Identity Name
-- 2 = Reason (this is only for kick)
config.healTargetMessage = "You have been healed by admin: 0"
config.healAdminMessage = "You have healed 1"

config.killTargetMessage = "You have been killed by admin: 0"
config.killAdminMessage = "You have killed 1"

config.kickAdminMessage = "You have kicked 1\nReason: 2"

config.bringTargetMessage = "You have been teleported by admin 0"
config.bringAdminMessage = "You have teleported 1 to yourself"

config.gotoTargetMessage = "Admin 0 has been teleported to you"
config.gotoAdminMessage = "You have teleported to 1"


-- Action names
config.actionHeal = "Heal"
config.actionKick = "Kick"
config.actionKill = "Kill"
config.actionBring = "Bring"
config.actionGoto = "GoTo"

-- Theme
config.theme = {255,255,0} -- This is RGB code for color theme

Support

Download from and unzip the Advanced Scoreboard. Move nv_advanced_scoreboard in your server's resource folder.

If you have any problems or need help, contact us on

keymaster
Discord!
Logo[ESX] Advanced ScoreboardCfx.re Community