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

21 lines
272 B
Lua
Raw Normal View History

2024-12-29 20:02:43 +00:00
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'
}