ed
This commit is contained in:
parent
8110c00382
commit
05b2063db3
17 changed files with 1553 additions and 1 deletions
35
resources/[freizeit]/rubellose/fxmanifest.lua
Normal file
35
resources/[freizeit]/rubellose/fxmanifest.lua
Normal file
|
@ -0,0 +1,35 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'Start scratching! Odds Are Meant To Be Beaten'
|
||||
author 'Dream Resources' -- https://forum.cfx.re/u/xDreamLand/summary
|
||||
version '3.3.0'
|
||||
repository 'https://github.com/xDreamLand/dr-scratching-qbcore'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
server_scripts {
|
||||
'config.lua',
|
||||
|
||||
'shared/utils.lua',
|
||||
'server/s_main.lua',
|
||||
'server/s_webhooks.lua',
|
||||
'server/s_version.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
|
||||
'client/c_main.lua',
|
||||
'client/c_nui.lua',
|
||||
}
|
||||
|
||||
ui_page "html/index.html"
|
||||
|
||||
files {
|
||||
'html/index.html',
|
||||
'html/js/*.js',
|
||||
'html/css/*.css',
|
||||
'html/img/*.png',
|
||||
'html/img/*.jpg'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue