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

50 lines
986 B
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'
lua54 'yes'
game "gta5"
author 'tstudio - turbosaif / uNiqx'
description 'Mission Row Police department'
version '1.0.0'
this_is_a_map "yes"
dependencies {
'/server:4960', -- ⚠PLEASE READ⚠; Requires at least SERVER build 4960.
'/gameBuild:2545', -- ⚠PLEASE READ⚠; Requires at least GAME build 2545.
'tstudio_zmapdata', -- ⚠PLEASE READ⚠; Requires to be started before this resource.
}
data_file 'GTXD_PARENTING_DATA' 'data/gtxd.meta'
ui_page 'ui/index.html'
files {
'data/gtxd.meta',
'ui/index.html',
'ui/*.js',
'ui/*.css',
'ui/*.png',
'ui/*.jpg',
'ui/*.svg'
}
shared_scripts {
'config/*.lua',
'@ox_lib/init.lua'
}
client_scripts {
'client/*.lua',
}
server_scripts {
'scripts/*.lua'
}
escrow_ignore {
'config/*.lua',
'client/*.lua',
'scripts/*.lua',
'stream/vanilla/*.*'
}
dependency '/assetpacks'