mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2026-05-23 22:39:49 +08:00
fixed manifest file trailing line inconsistencies
This commit is contained in:
@@ -11,4 +11,4 @@ resource_type 'map' { gameTypes = { ['basic-gamemode'] = true } }
|
||||
map 'map.lua'
|
||||
|
||||
fx_version 'adamant'
|
||||
game 'gta5'
|
||||
game 'gta5'
|
||||
|
||||
@@ -11,4 +11,4 @@ resource_type 'map' { gameTypes = { ['basic-gamemode'] = true } }
|
||||
map 'map.lua'
|
||||
|
||||
fx_version 'adamant'
|
||||
game 'gta5'
|
||||
game 'gta5'
|
||||
|
||||
@@ -13,4 +13,4 @@ map 'map.lua'
|
||||
fx_version 'adamant'
|
||||
game 'rdr3'
|
||||
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
|
||||
@@ -11,4 +11,4 @@ resource_type 'gametype' { name = 'Freeroam' }
|
||||
client_script 'basic_client.lua'
|
||||
|
||||
game 'common'
|
||||
fx_version 'adamant'
|
||||
fx_version 'adamant'
|
||||
|
||||
@@ -11,4 +11,4 @@ game 'gta5'
|
||||
|
||||
map 'map.lua'
|
||||
|
||||
dependency 'money-fountain'
|
||||
dependency 'money-fountain'
|
||||
|
||||
@@ -19,4 +19,4 @@ dependencies {
|
||||
'money'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
||||
lua54 'yes'
|
||||
|
||||
@@ -13,4 +13,4 @@ client_script 'client.lua'
|
||||
server_script 'server.lua'
|
||||
|
||||
--dependency 'cfx.re/playerData.v1alpha1'
|
||||
lua54 'yes'
|
||||
lua54 'yes'
|
||||
|
||||
@@ -18,4 +18,4 @@ chat_theme 'gtao' {
|
||||
}
|
||||
|
||||
game 'common'
|
||||
fx_version 'adamant'
|
||||
fx_version 'adamant'
|
||||
|
||||
@@ -27,4 +27,4 @@ dependencies {
|
||||
'webpack'
|
||||
}
|
||||
|
||||
webpack_config 'webpack.config.js'
|
||||
webpack_config 'webpack.config.js'
|
||||
|
||||
@@ -13,4 +13,4 @@ server_script 'server.lua'
|
||||
|
||||
provides {
|
||||
'cfx.re/playerData.v1alpha1'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -33,4 +33,4 @@ files {
|
||||
|
||||
-- support the latest resource manifest
|
||||
fx_version 'adamant'
|
||||
game 'gta5'
|
||||
game 'gta5'
|
||||
|
||||
@@ -27,4 +27,4 @@ server_export "doesMapSupportGameType"
|
||||
server_export "getMaps"
|
||||
server_export "roundEnded"
|
||||
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
|
||||
@@ -11,4 +11,4 @@ client_script 'spawnmanager.lua'
|
||||
fx_version 'adamant'
|
||||
games { 'rdr3', 'gta5' }
|
||||
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
|
||||
@@ -10,4 +10,4 @@ dependency 'yarn'
|
||||
server_script 'webpack_builder.js'
|
||||
|
||||
fx_version 'adamant'
|
||||
game 'common'
|
||||
game 'common'
|
||||
|
||||
@@ -9,4 +9,4 @@ repository 'https://github.com/citizenfx/cfx-server-data'
|
||||
fx_version 'adamant'
|
||||
game 'common'
|
||||
|
||||
server_script 'yarn_builder.js'
|
||||
server_script 'yarn_builder.js'
|
||||
|
||||
@@ -11,4 +11,4 @@ server_script 'server.lua'
|
||||
|
||||
fx_version 'adamant'
|
||||
games { 'gta5', 'rdr3' }
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
|
||||
|
||||
@@ -20,4 +20,4 @@ client_script 'runcode_ui.lua'
|
||||
ui_page 'web/nui.html'
|
||||
files {
|
||||
'web/nui.html'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,4 +24,4 @@ files {
|
||||
}
|
||||
|
||||
fx_version 'adamant'
|
||||
game 'gta5'
|
||||
game 'gta5'
|
||||
|
||||
@@ -13,4 +13,4 @@ dependencies {
|
||||
'yarn'
|
||||
}
|
||||
|
||||
server_script 'sm_server.js'
|
||||
server_script 'sm_server.js'
|
||||
|
||||
@@ -15,4 +15,4 @@ files {
|
||||
|
||||
loadscreen 'index.html'
|
||||
|
||||
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
|
||||
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
|
||||
|
||||
@@ -10,4 +10,4 @@ repository 'https://github.com/citizenfx/cfx-server-data'
|
||||
fx_version 'adamant'
|
||||
game 'common'
|
||||
|
||||
dependency 'basic-gamemode'
|
||||
dependency 'basic-gamemode'
|
||||
|
||||
Reference in New Issue
Block a user