curatenie si fix target
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user