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

19 lines
249 B
Lua

fx_version 'cerulean'
game 'gta5'
description 'QB-Lockpick'
version '1.2.0'
ui_page 'html/index.html'
client_script 'client/main.lua'
files {
'html/index.html',
'html/script.js',
'html/style.css',
'html/reset.css'
}
lua54 'yes'