Files
gb-phone/fxmanifest.lua
2025-11-12 23:39:48 +01:00

19 lines
313 B
Lua

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/*',
'html/img/wallpapers/*'
}
client_script 'client.lua'
server_script 'server.lua'