This commit is contained in:
Nordi98 2025-07-09 15:06:30 +02:00
parent dc96cbb39b
commit c8ce065d61
939 changed files with 1976 additions and 0 deletions

View file

@ -0,0 +1,67 @@
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'