forked from Simnation/Main
ed
This commit is contained in:
parent
02dd8bf93c
commit
cd36cf6694
6 changed files with 451 additions and 8 deletions
|
@ -1,12 +1,42 @@
|
|||
fx_version 'cerulean'
|
||||
game { 'gta5' }
|
||||
author 'BzZz'
|
||||
description 'Bzzz - Payment terminal'
|
||||
version '2.1.0'
|
||||
--[[ FX Information ]]--
|
||||
fx_version 'cerulean'
|
||||
use_experimental_fxv2_oal 'yes'
|
||||
lua54 'yes'
|
||||
game 'gta5'
|
||||
|
||||
--[[ Resource Information ]]--
|
||||
name 'bzzz_payment_terminal'
|
||||
version '2.1.0'
|
||||
description 'Payment terminal'
|
||||
author 'BzZz'
|
||||
|
||||
--[[ Manifest ]]--
|
||||
shared_scripts {
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'stream/*.ydr',
|
||||
'data/*.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_prop_payment_terminal.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/*.ytyp'
|
||||
|
||||
-- update
|
||||
-- 22/10/2024 - removed logos
|
||||
files {
|
||||
'stream/*.ytyp',
|
||||
}
|
||||
|
||||
|
||||
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue