forked from Simnation/Main
ed
This commit is contained in:
parent
1032235744
commit
cb8b683d43
292 changed files with 15840 additions and 0 deletions
149
resources/[phone]/roadphone/fxmanifest.lua
Normal file
149
resources/[phone]/roadphone/fxmanifest.lua
Normal file
|
@ -0,0 +1,149 @@
|
|||
fx_version 'bodacious'
|
||||
|
||||
game 'gta5'
|
||||
|
||||
author 'RoadShop | https://fivem.roadshop.org'
|
||||
description 'RoadPhone-Pro FiveM Phone'
|
||||
version '1.6.5'
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/prop/phonesilver.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/prop/phonegreen.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/prop/phoneblack.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/prop/phonelightblue.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/prop/phonepurple.ytyp'
|
||||
data_file 'DLC_ITYP_REQUEST' 'stream/prop/phonered.ytyp'
|
||||
|
||||
ui_page 'public/index.html'
|
||||
|
||||
files {
|
||||
'public/index.html',
|
||||
'public/assets/*.*',
|
||||
'public/img/*.*',
|
||||
'public/img/**/*.*',
|
||||
'public/img/**/**/*.*',
|
||||
'public/static/sounds/*.ogg',
|
||||
'public/static/sounds/ringtones/*.ogg',
|
||||
'public/static/sounds/ringtones/*.mp3',
|
||||
'public/static/sounds/clock/*.mp3',
|
||||
'public/static/sounds/*.mp3',
|
||||
'public/custom_apps/*.js',
|
||||
'public/static/config/config.json'
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'@qb-core/shared/locale.lua',
|
||||
'config.lua',
|
||||
'locales/en.lua',
|
||||
'addons/**/config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/client.lua',
|
||||
'client/clientAPI.lua',
|
||||
'client/animation.lua',
|
||||
'client/music.lua',
|
||||
'client/notes.lua',
|
||||
'client/camera.lua',
|
||||
'client/connect.lua',
|
||||
'client/anonymtell.lua',
|
||||
'client/tweetwave.lua',
|
||||
'client/service.lua',
|
||||
'client/valet.lua',
|
||||
'client/mail.lua',
|
||||
'client/news.lua',
|
||||
'client/advertising.lua',
|
||||
'client/vehicle_names.lua',
|
||||
'client/billing.lua',
|
||||
'client/roaddrop.lua',
|
||||
'client/voicememos.lua',
|
||||
'client/darkchat.lua',
|
||||
'client/taxi.lua',
|
||||
'addons/**/client/*.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
--'@oxmysql/lib/MySQL.lua',
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'API.lua',
|
||||
'server/server.lua',
|
||||
'server/serverAPI/serverAPI.lua',
|
||||
'server/service.lua',
|
||||
'server/tweetwave.lua',
|
||||
'server/serverAPI/valet.lua',
|
||||
'server/mail_app.lua',
|
||||
'server/versioncheck.lua',
|
||||
'server/serverAPI/billing.lua',
|
||||
'server/serverAPI/bank.lua',
|
||||
'server/serverAPI/webhooks.lua',
|
||||
'server/crypto.lua',
|
||||
'server/news.lua',
|
||||
'server/messages.lua',
|
||||
'server/anonymtell.lua',
|
||||
'server/connect.lua',
|
||||
'server/advertising.lua',
|
||||
'server/notes.lua',
|
||||
'server/roaddrop.lua',
|
||||
'server/voicememos.lua',
|
||||
'server/music.lua',
|
||||
'server/darkchat.lua',
|
||||
'server/taxi.lua',
|
||||
'addons/**/server/*.lua'
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'config.lua',
|
||||
'API.lua',
|
||||
'locales/*.lua',
|
||||
'client/clientAPI.lua',
|
||||
'client/vehicle_names.lua',
|
||||
'server/billing.lua',
|
||||
'server/serverAPI/*.lua',
|
||||
'client/animation.lua',
|
||||
'addons/**/config.lua',
|
||||
'client/valet.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'/server:13227',
|
||||
'/onesync',
|
||||
'qb-core',
|
||||
'xsound'
|
||||
}
|
||||
|
||||
exports {
|
||||
'isFlightmode',
|
||||
'isDisabled',
|
||||
'isFlashlight',
|
||||
'togglePhone',
|
||||
'isPhoneOpen',
|
||||
'getPhoneNumber',
|
||||
'sendMessage',
|
||||
'isPlayerMuted',
|
||||
'startCall',
|
||||
'sendMail',
|
||||
'sendMailOffline',
|
||||
'sendNotification',
|
||||
'sendDispatch',
|
||||
'isBlocked',
|
||||
'unblockPhone',
|
||||
'blockPhone',
|
||||
'inputFocus',
|
||||
'setHeaderBlack',
|
||||
'SendMessageNUI'
|
||||
}
|
||||
|
||||
server_exports {
|
||||
'addcrypto',
|
||||
'removecrypto',
|
||||
'checkcryptoamount',
|
||||
'getPlayerFromPhone',
|
||||
'getNumberFromIdentifier',
|
||||
'sendAirdrop',
|
||||
'addBankTransaction',
|
||||
'sendMailOffline',
|
||||
'sendDispatch',
|
||||
'sendDispatchAnonym'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue