forked from Simnation/Main
48 lines
No EOL
546 B
Lua
48 lines
No EOL
546 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
description 'RTX CAR LIFT'
|
|
|
|
version '100.0'
|
|
|
|
server_scripts {
|
|
'config.lua',
|
|
'language/main.lua',
|
|
'server/main.lua'
|
|
}
|
|
|
|
client_scripts {
|
|
'config.lua',
|
|
'language/main.lua',
|
|
'client/main.lua'
|
|
}
|
|
|
|
files {
|
|
'html/ui.html',
|
|
'html/styles.css',
|
|
'html/scripts.js',
|
|
'html/gizmoapi.js',
|
|
'html/debounce.min.js',
|
|
'html/BebasNeueBold.ttf',
|
|
'html/img/*.png'
|
|
}
|
|
|
|
ui_page 'html/ui.html'
|
|
|
|
exports {
|
|
'IsVehicleOnLift',
|
|
}
|
|
|
|
lua54 'yes'
|
|
|
|
escrow_ignore {
|
|
'config.lua',
|
|
'language/main.lua'
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependency '/assetpacks' |