fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'MATO'
description 'Advanced phone system with music streaming'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_scripts {
'client/main.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/style.css',
'html/script.js',
'html/apps/contacts.html',
'html/apps/phone.html',
'html/apps/messages.html',
'html/apps/settings.html',
'html/apps/calculator.html',
'html/apps/notes.html',
'html/apps/bank.html',
'html/apps/twitter.html',
'html/apps/yellowpages.html',
'html/apps/gps.html',
'html/apps/vehicle.html',
'html/apps/services.html',
'html/apps/music.html',
'html/apps/camera.html',
'html/apps/gallery.html'
}
dependencies {
'ox_lib',
'oxmysql'
}