1
0
Fork 0
forked from Simnation/Main
Main/resources/[props]/bzzz_terminal/fxmanifest.lua

42 lines
517 B
Lua
Raw Normal View History

2025-08-05 11:11:48 +02:00
--[[ FX Information ]]--
fx_version 'cerulean'
use_experimental_fxv2_oal 'yes'
lua54 'yes'
game 'gta5'
2025-06-07 08:51:21 +02:00
2025-08-05 11:11:48 +02:00
--[[ Resource Information ]]--
name 'bzzz_payment_terminal'
version '2.1.0'
description 'Payment terminal'
author 'BzZz'
2025-06-07 08:51:21 +02:00
2025-08-05 11:11:48 +02:00
--[[ Manifest ]]--
shared_scripts {
}
2025-06-07 08:51:21 +02:00
2025-08-05 11:11:48 +02:00
client_scripts {
}
2025-06-07 08:51:21 +02:00
2025-08-05 11:11:48 +02:00
server_scripts {
}
escrow_ignore {
'stream/*.ydr',
'data/*.lua'
}
dependencies {
}
data_file 'DLC_ITYP_REQUEST' 'stream/*.ytyp'
files {
'stream/*.ytyp',
}
dependency '/assetpacks'