Scripts/resources/[standalone]/hacking/fxmanifest.lua

21 lines
284 B
Lua
Raw Permalink Normal View History

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