19 lines
313 B
Lua
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' |