Skip to content

Commit

Permalink
feat: bpt_idcard\fxmanifest.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed May 18, 2024
1 parent 50b8bcd commit 0fe4eb6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions server-data/resources/[bpt_addons]/bpt_idcard/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
fx_version("adamant")
game("gta5")
version("1.0.0")
ui_page("html/index.html")

shared_script("@es_extended/imports.lua")

server_script({
"@es_extended/locale.lua",
"locales/*.lua",
"@oxmysql/lib/MySQL.lua",
"config.lua",
"server/*.lua",
})

client_script({
"@es_extended/locale.lua",
"locales/*.lua",
"config.lua",
"client/*.lua",
})

files({
"html/index.html",
"html/assets/css/*.css",
"html/assets/js/*.js",
"html/assets/fonts/roboto/*.woff",
"html/assets/fonts/roboto/*.woff2",
"html/assets/fonts/justsignature/JustSignature.woff",
"html/assets/images/*.png",
})

0 comments on commit 0fe4eb6

Please sign in to comment.