Skip to content

Commit

Permalink
Update fxmanifest.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchel authored Oct 15, 2023
1 parent 1116d00 commit 5f30e27
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ fx_version 'adamant'
game 'gta5'
lua54 'yes'

author 'More Then Code'
description 'Arcade (mtc-arcade) 1.0.0'
version '1.0.0'

client_scripts {
'client/*',
}
Expand All @@ -13,8 +17,8 @@ server_scripts {
shared_scripts {
'@ox_lib/init.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'locales/en.lua',
'locales/*.lua',
'shared/*.lua'
}

Expand All @@ -25,4 +29,4 @@ files {
"html/scripts/*.js",
}

ui_page "html/index.html"
ui_page "html/index.html"

0 comments on commit 5f30e27

Please sign in to comment.