mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-01-12 01:03:14 +08:00
21 lines
429 B
Lua
21 lines
429 B
Lua
description 'Scoreboard'
|
|
|
|
-- 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' |