1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/sh-elevator/fxmanifest.lua

37 lines
507 B
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'adamant'
game 'gta5'
lua54 'yes'
author 'sheen'
description 'Elevator'
version '1.0'
shared_scripts {
'@ox_lib/init.lua',
}
server_scripts {
'server/server.lua',
'bridge/server/**.lua'
}
client_scripts {
'client/client.lua',
}
ui_page 'html/index.html'
files {
'config.lua',
'html/fonts/DS-Digital.TTF',
'html/sounds/**.ogg',
'html/images/**.jpg',
'html/index.html',
'html/script.js',
'html/styles.css',
}
escrow_ignore {
'**.lua',
}