mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-12-12 06:14:09 +01:00
initial
This commit is contained in:
18
resources/[system]/scoreboard/__resource.lua
Normal file
18
resources/[system]/scoreboard/__resource.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
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',
|
||||
}
|
||||
Reference in New Issue
Block a user