14 lines
184 B
Lua
14 lines
184 B
Lua
|
|
fx_version 'bodacious'
|
||
|
|
|
||
|
|
game 'gta5'
|
||
|
|
|
||
|
|
ui_page 'build/index.html'
|
||
|
|
|
||
|
|
client_script('client.lua')
|
||
|
|
|
||
|
|
files {
|
||
|
|
'build/index.html',
|
||
|
|
'build/main.js',
|
||
|
|
'build/style.css',
|
||
|
|
'build/sounds/*',
|
||
|
|
}
|