1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-02-09 06:33:29 +08:00

fix(resources): rename leftover __resource files

This commit is contained in:
blattersturm 2021-04-24 15:41:59 +02:00
parent 0210252be7
commit c3c0763c0b
4 changed files with 9 additions and 3 deletions

View File

@ -9,3 +9,6 @@ repository 'https://github.com/citizenfx/cfx-server-data'
client_script 'deathevents.lua' client_script 'deathevents.lua'
client_script 'vehiclechecker.lua' client_script 'vehiclechecker.lua'
server_script 'server.lua' server_script 'server.lua'
fx_version 'adamant'
game 'gta5'

View File

@ -6,7 +6,8 @@ author 'Cfx.re <root@cfx.re>'
description 'Allows server owners to execute arbitrary server-side or client-side JavaScript/Lua code. *Consider only using this on development servers.' description 'Allows server owners to execute arbitrary server-side or client-side JavaScript/Lua code. *Consider only using this on development servers.'
repository 'https://github.com/citizenfx/cfx-server-data' repository 'https://github.com/citizenfx/cfx-server-data'
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937' game 'common'
fx_version 'bodacious'
client_script 'runcode_cl.lua' client_script 'runcode_cl.lua'
server_script 'runcode_sv.lua' server_script 'runcode_sv.lua'

View File

@ -6,7 +6,8 @@ author 'Cfx.re <root@cfx.re>'
description 'Handles the "host lock" for non-OneSync servers. Do not disable.' description 'Handles the "host lock" for non-OneSync servers. Do not disable.'
repository 'https://github.com/citizenfx/cfx-server-data' repository 'https://github.com/citizenfx/cfx-server-data'
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' fx_version 'cerulean'
games { 'gta4', 'gta5' }
server_script 'server/host_lock.lua' server_script 'server/host_lock.lua'
client_script 'client/empty.lua' client_script 'client/empty.lua'

View File

@ -15,4 +15,5 @@ files {
loadscreen 'index.html' loadscreen 'index.html'
resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' fx_version 'bodacious'
game 'gta5'