forked from Simnation/Main
42 lines
No EOL
517 B
Lua
42 lines
No EOL
517 B
Lua
--[[ 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/*.ytyp'
|
|
|
|
files {
|
|
'stream/*.ytyp',
|
|
}
|
|
|
|
|
|
|
|
dependency '/assetpacks' |