FiveM Scoreboard
Slick FiveM scoreboard designed to work with our framework. level up your server with a clean design.
Last updated
Slick FiveM scoreboard designed to work with our framework. level up your server with a clean design.
Last updated
Extract the zip folder into your resource folder and name the script framework-scoreboard
Edit the config to your liking a breakdown of the config will be below.
Start the resource after the framework
Load in and test
config.delay
:
Sets the delay in milliseconds between each check.
Type: Integer
Default: 1500
config.key
:
Specifies the key used to open the menu.
Type: Integer
Default: 27
(This usually corresponds to the 'ESC' key)
config.uiSettings
)The config.uiSettings
table contains settings related to the user interface.
serverName
)serverName
:
The name of the server displayed in the UI.
Type: String
Default: "NAT RP - {playercount}"
Description: You can use the {playercount}
variable to dynamically display the current number of players.
banner
)banner.enabled
:
Enables or disables the display of a banner in the UI.
Type: Boolean
Default: true
banner.url
:
The URL of the image used as the banner.
Type: String
Default: "https://i.ibb.co/hFRM77G/faxsstore.png"
ping
)ping.enabled
:
Enables or disables the display of the ping information in the UI.
Type: Boolean
Default: false
if you have changed the default name of the framework to lets say rp-framework. You will need to modify the server.lua.
Go into Framework-scoreboard/server/server.lua
Edit the framework to match your resource name. Only edit what's in the "framework"