Scripts/resources/[standalone]/mhacking/fxmanifest.lua
2024-12-29 21:02:43 +01:00

21 lines
272 B
Lua

fx_version 'cerulean'
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'
}