Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
fix(resources): rename leftover __resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
blattersturm committed Apr 24, 2021
1 parent 0210252 commit c3c0763
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ repository 'https://github.com/citizenfx/cfx-server-data'
client_script 'deathevents.lua'
client_script 'vehiclechecker.lua'
server_script 'server.lua'

fx_version 'adamant'
game 'gta5'
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
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'
server_script 'runcode_sv.lua'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ author 'Cfx.re <root@cfx.re>'
description 'Handles the "host lock" for non-OneSync servers. Do not disable.'
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'
client_script 'client/empty.lua'
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ files {

loadscreen 'index.html'

resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5'
fx_version 'bodacious'
game 'gta5'

0 comments on commit c3c0763

Please sign in to comment.