1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-05 11:11:48 +02:00
parent 02dd8bf93c
commit cd36cf6694
6 changed files with 451 additions and 8 deletions

Binary file not shown.

View file

@ -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'