1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/mx_fixwiring/fxmanifest.lua

28 lines
285 B
Lua
Raw Normal View History

2025-07-14 18:07:59 +02:00
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',
}