fx_version 'adamant'
games { 'gta5' }

version 'V1.0'

client_scripts {
    'client/main.lua',
    'client/camera.lua'
}

server_scripts {
    'server/main.lua',
}

ui_page 'html/index.html'


files {
    'html/*.html',
    'html/*.css',
    'html/*.js',
}