2026-03-29 21:41:17 +03:00
|
|
|
-----------------For support, scripts, and more----------------
|
|
|
|
|
--------------- https://discord.gg/wasabiscripts -------------
|
|
|
|
|
---------------------------------------------------------------
|
|
|
|
|
fx_version 'cerulean'
|
|
|
|
|
game 'gta5'
|
|
|
|
|
lua54 'yes'
|
|
|
|
|
|
|
|
|
|
description 'A library of functions used to ease the bridge between Wasabi Scripts'
|
|
|
|
|
author 'wasabirobby'
|
2026-04-03 02:47:59 +03:00
|
|
|
version '1.6.9'
|
2026-03-29 21:41:17 +03:00
|
|
|
|
|
|
|
|
ui_page 'ui/index.html'
|
|
|
|
|
files { 'ui/*', 'ui/**/*' }
|
|
|
|
|
|
2026-04-03 02:47:59 +03:00
|
|
|
shared_script {'config.lua', '@ox_lib/init.lua' }
|
2026-03-29 21:41:17 +03:00
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
|
'frameworks/**/client.lua',
|
|
|
|
|
'targets/*.lua',
|
|
|
|
|
'inventories/**/client.lua',
|
|
|
|
|
'customize/client/*.lua',
|
|
|
|
|
'utils/client/*.lua'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
server_scripts {
|
|
|
|
|
'@oxmysql/lib/MySQL.lua',
|
|
|
|
|
'frameworks/**/server.lua',
|
|
|
|
|
'inventories/**/server.lua',
|
|
|
|
|
'utils/server/*.lua'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
files { 'import.lua' }
|
|
|
|
|
|
2026-04-03 02:47:59 +03:00
|
|
|
dependencies { 'oxmysql', 'ox_lib' }
|
2026-03-29 21:41:17 +03:00
|
|
|
|
|
|
|
|
escrow_ignore {
|
|
|
|
|
'config.lua',
|
|
|
|
|
'frameworks/**/*.lua',
|
|
|
|
|
'targets/*.lua',
|
|
|
|
|
'inventories/**/*.lua',
|
|
|
|
|
'customize/client/*.lua'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dependency '/assetpacks'
|