Scripts/resources/[qb]/[qb_extras]/qb-laptopgame/fxmanifest.lua

23 lines
301 B
Lua
Raw Normal View History

2024-12-29 20:07:50 +00:00
fx_version 'cerulean'
game 'gta5'
version 'V1.0'
ui_page 'html/index.html'
client_scripts {
'client/main.lua',
}
files {
'html/index.html',
'html/*.css',
'html/src/*.js',
'html/assets/*.png',
'html/assets/*.mp3'
}
exports {
'OpenHackingGame',
'GetHackingStatus',
}