23 lines
292 B
Lua
23 lines
292 B
Lua
fx_version 'cerulean'
|
|
|
|
game 'gta5'
|
|
author 'Snipe'
|
|
description 'Thermite Game Like NoPixel'
|
|
version '1.0.0'
|
|
server_scripts {
|
|
--'server/server.lua',
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua',
|
|
}
|
|
|
|
ui_page {
|
|
'html/index.html'
|
|
}
|
|
|
|
files {
|
|
'html/index.html',
|
|
'html/style.css',
|
|
'html/app.js'
|
|
} |