This commit is contained in:
Nordi98 2025-07-14 18:07:59 +02:00
parent ad226c88a2
commit 8254b4913c
12 changed files with 145 additions and 0 deletions

View file

@ -0,0 +1,27 @@
fx_version 'cerulean'

game 'gta5'

description 'Mx Fix Wiring'

version '1.1'

ui_page 'html/index.html'


server_scripts {
'server/*'
}

client_scripts {
'client/*'
}

files {
'html/index.html',
'html/css/*.css',
'html/js/*.js',
'html/img/*.png',
'html/sound/*.ogg',
}