Project Init, no html
This commit is contained in:
18
fxmanifest.lua
Normal file
18
fxmanifest.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'GB-Core'
|
||||
description 'Standalone mobile phone'
|
||||
version '1.0.0'
|
||||
|
||||
ui_page 'html/index.html'
|
||||
|
||||
files {
|
||||
'html/index.html',
|
||||
'html/style.css',
|
||||
'html/app.js',
|
||||
'html/img/apps/*'
|
||||
}
|
||||
|
||||
client_script 'client.lua'
|
||||
server_script 'server.lua'
|
||||
Reference in New Issue
Block a user