1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Mark]/av_weather/fxmanifest.lua
2025-06-07 08:51:21 +02:00

42 lines
No EOL
576 B
Lua

fx_version 'cerulean'
description 'AV Weather'
author 'Avilchiis'
version '2.0.0'
lua54 'yes'
games {
'gta5'
}
ui_page 'ui/dist/index.html'
shared_scripts {
'@ox_lib/init.lua',
'config/*.lua'
}
client_scripts {
'client/**/*',
}
server_scripts {
'server/**/*'
}
files {
'ui/dist/index.html',
'ui/dist/**/*',
'av_timecycle.xml'
}
data_file 'TIMECYCLEMOD_FILE' 'av_timecycle.xml'
escrow_ignore {
'config/*.lua',
'client/editable/*.lua',
'server/editable/*.lua',
}
dependencies {
'ox_lib'
}
dependency '/assetpacks'