Files
2026-03-29 21:41:17 +03:00

38 lines
770 B
Lua
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
fx_version "cerulean"
game "gta5"
lua54 "yes"
author "CodeM & Magni"
version "1.2.1"
shared_script {
'config/*.lua',
'shared/*.lua',
'editable/utils.lua',
}
client_script {
'@codem-dispatch/shared/config.lua',
'@codem-dispatch/shared/locales.lua',
'editable/client/*.lua',
'client/**/*.lua'
}
server_scripts {
-- '@mysql-async/lib/MySQL.lua', --⚠PLEASE READ⚠; Uncomment this line if you use 'mysql-async'.⚠️
'@oxmysql/lib/MySQL.lua', --⚠PLEASE READ⚠; Uncomment this line if you use 'oxmysql'.⚠️
'editable/server/*.lua',
'server/**/*.lua'
}
ui_page 'ui/index.html'
files {
'ui/**/*'
}
escrow_ignore {
'shared/*.lua',
'config/*.lua',
'editable/**/*.lua',
}
dependency '/assetpacks'