mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2026-05-24 15:30:09 +08:00
27 lines
723 B
Lua
27 lines
723 B
Lua
-- This resource is part of the default FiveM/RedM resource pack (aka cfx-server-data)
|
|
-- Modifying or rewriting this resource for local use only is strongly discouraged.
|
|
|
|
version '1.0.0'
|
|
author 'The CitizenFX Collective'
|
|
description 'Basic player scoreboard.'
|
|
repository 'https://github.com/citizenfx/cfx-server-data'
|
|
|
|
-- temporary!
|
|
ui_page 'html/scoreboard.html'
|
|
|
|
client_script 'scoreboard.lua'
|
|
|
|
files {
|
|
'html/scoreboard.html',
|
|
'html/style.css',
|
|
'html/reset.css',
|
|
'html/listener.js',
|
|
'html/res/futurastd-medium.css',
|
|
'html/res/futurastd-medium.eot',
|
|
'html/res/futurastd-medium.woff',
|
|
'html/res/futurastd-medium.ttf',
|
|
'html/res/futurastd-medium.svg',
|
|
}
|
|
|
|
fx_version 'adamant'
|
|
game 'gta5' |