Scripts/resources/[qb]/[qb_extras]/qb-laptopgame/fxmanifest.lua
2024-12-30 11:15:34 +01:00

23 lines
300 B
Lua

fx_version 'adamant'
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',
}