Project Init, no html

This commit is contained in:
2025-11-12 22:00:22 +01:00
parent 2e6f8bde3d
commit 9889acfe7b
8 changed files with 92 additions and 0 deletions

18
fxmanifest.lua Normal file
View 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'