Scripts/resources/[qb]/[qb_core]/qb-lock/fxmanifest.lua

21 lines
236 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:03:28 +00:00
games { 'gta5' }
version 'V1.0'
client_scripts {
'client/*.lua',
}
ui_page {
'html/index.html',
}
files {
'html/index.html',
'html/*.css',
'html/*.js',
}
exports {
"StartLockPickCircle"
}