Scripts/resources/[standalone]/mhacking/fxmanifest.lua
2024-12-30 11:15:34 +01:00

21 lines
271 B
Lua

fx_version 'adamant'
game 'gta5'
ui_page 'hack.html'
client_scripts {
'mhacking.lua',
'sequentialhack.lua'
}
files {
'phone.png',
'snd/beep.ogg',
'snd/correct.ogg',
'snd/fail.ogg',
'snd/start.ogg',
'snd/finish.ogg',
'snd/wrong.ogg',
'hack.html'
}