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

23 lines
300 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:07:50 +00:00
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',
}