forked from Simnation/Main
67 lines
No EOL
1.5 KiB
Lua
67 lines
No EOL
1.5 KiB
Lua
fx_version 'cerulean'
|
|
game 'gta5'
|
|
lua54 'yes'
|
|
description 'fivehead.eu QBcore car wash & detailing script'
|
|
author 'Fuenf'
|
|
version '1.3.2'
|
|
|
|
ui_page {
|
|
'/html/index.html',
|
|
}
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/main.js',
|
|
'html/style.css',
|
|
'html/sounds/fh_detailer_bucketdrop.ogg',
|
|
'html/sounds/fh_detailer_bucketpick.ogg',
|
|
'html/sounds/fh_detailer_click1.ogg',
|
|
'html/sounds/fh_detailer_click2.ogg',
|
|
'html/sounds/fh_detailer_wash1.ogg',
|
|
'html/sounds/fh_detailer_wash2.ogg',
|
|
'html/sounds/fh_detailer_wash3.ogg',
|
|
'html/sounds/fh_detailer_hosepull.ogg',
|
|
'html/sounds/fh_detailer_foam1.ogg',
|
|
'html/sounds/fh_detailer_foam2.ogg',
|
|
'html/sounds/fh_detailer_rinse1.ogg',
|
|
'html/sounds/fh_detailer_rinse2.ogg',
|
|
'stream/water_nozzle1.ytyp',
|
|
'meta/weaponarchetypes.meta',
|
|
'meta/weaponanimations.meta',
|
|
'meta/pedpersonality.meta',
|
|
'meta/weapons.meta',
|
|
}
|
|
|
|
data_file 'DLC_ITYP_REQUEST' 'water_nozzle1.ytyp'
|
|
data_file 'WEAPON_METADATA_FILE' 'meta/weaponarchetypes.meta'
|
|
data_file 'WEAPON_ANIMATIONS_FILE' 'meta/weaponanimations.meta'
|
|
data_file 'PED_PERSONALITY_FILE' 'meta/pedpersonality.meta'
|
|
data_file 'WEAPONINFO_FILE' 'meta/weapons.meta'
|
|
|
|
|
|
client_scripts {
|
|
'client.lua',
|
|
'cl_weaponNames.lua',
|
|
'functions.lua',
|
|
}
|
|
|
|
server_scripts {
|
|
'@oxmysql/lib/MySQL.lua',
|
|
'server.lua',
|
|
}
|
|
|
|
shared_scripts {
|
|
'@qb-core/shared/locale.lua',
|
|
'config.lua',
|
|
'locales/*.lua',
|
|
}
|
|
|
|
dependencies {
|
|
}
|
|
|
|
escrow_ignore {
|
|
'locales/*.lua',
|
|
'config.lua',
|
|
'functions.lua'
|
|
}
|
|
dependency '/assetpacks' |