forked from Simnation/Main
28 lines
285 B
Lua
28 lines
285 B
Lua
![]() |
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',
|
||
|
}
|
||
|
|