2026-04-14 17:41:39 +02:00

55 lines
1.1 KiB
Lua
Raw 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'
author 'Codesign#2715'
description 'Police Dispatch'
version '4.2.1'
lua54 'yes'
shared_scripts {
'configs/locales.lua',
'configs/config.lua'
}
client_scripts {
'configs/client_customise_me.lua',
'client/**/*.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua', --⚠PLEASE READ⚠; Unhash this line if you use 'oxmysql'.⚠️
'configs/server_customise_me.lua',
'server/**/*.lua'
}
ui_page {
'html/index.html'
}
files {
'configs/locales_ui.js',
'configs/config_ui.js',
'html/index.html',
'html/css/*.css',
'html/images/*.png',
'html/images/*.svg',
'html/images/*.jpg',
'html/**/*.js',
'html/js/libraries/*.js',
'html/sound/*.wav'
}
exports {
'GetPlayerInfo'
}
dependency '/server:4752' -- ⚠PLEASE READ⚠; Requires at least server build 4752.
escrow_ignore {
'client/main/functions.lua',
'client/other/*.lua',
'configs/*.lua',
'server/main/version_check.lua',
'server/other/*.lua'
}
dependency '/assetpacks'
--[[Library dependencies]]