26 lines
409 B
Lua
26 lines
409 B
Lua
fx_version 'cerulean'
|
|
games { 'gta5' }
|
|
|
|
|
|
client_scripts {
|
|
'client/client.lua'
|
|
}
|
|
|
|
server_scripts {
|
|
'server/server.lua'
|
|
}
|
|
|
|
shared_script {
|
|
'config.lua'
|
|
}
|
|
|
|
ui_page 'client/html/index.html'
|
|
files {
|
|
'client/html/index.html',
|
|
'client/html/index.js',
|
|
'client/html/index.css',
|
|
'client/html/reset.css',
|
|
'client/html/imgs/water.png',
|
|
'client/html/imgs/lights.png',
|
|
'grill.png'
|
|
} |