Scripts/resources/[qb]/[qb_core]/qb-lock/fxmanifest.lua
2024-12-29 21:03:28 +01:00

21 lines
237 B
Lua

fx_version 'cerulean'
games { 'gta5' }
version 'V1.0'
client_scripts {
'client/*.lua',
}
ui_page {
'html/index.html',
}
files {
'html/index.html',
'html/*.css',
'html/*.js',
}
exports {
"StartLockPickCircle"
}