forked from Simnation/Main
ed
This commit is contained in:
parent
07b6af6991
commit
d796428b76
32 changed files with 4965 additions and 0 deletions
48
resources/[jobs]/[mechanic]/rtx_carlift/fxmanifest.lua
Normal file
48
resources/[jobs]/[mechanic]/rtx_carlift/fxmanifest.lua
Normal file
|
@ -0,0 +1,48 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue