Files
red-valley/resources/[framework]/[core]/qb-target/fxmanifest.lua
T
2026-04-10 14:04:59 +03:00

38 lines
608 B
Lua

fx_version 'cerulean'
game 'gta5'
provide 'qtarget'
name 'qb-target'
description 'Red Valley Target System (ld-target based)'
version '1.0.0'
ui_page 'html/index.html'
files {
'stream/*.ytd',
'data/*.lua',
'html/index.html',
'html/style.css',
'html/interaction.css',
'html/script.js',
'html/fonts/*.ttf'
}
client_scripts {
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/EntityZone.lua',
'@PolyZone/CircleZone.lua',
'@PolyZone/ComboZone.lua',
'init.lua',
'data/bones.lua',
'client.lua',
'interaction/interaction.lua',
}
lua54 'yes'
use_fxv2_oal 'yes'
dependency 'PolyZone'