01 / 05
Serve a page
A custom app is an ordinary resource. List the page under files {} and it is served at https://cfx-nui-<resource>/. Leave ui_page out — with one, the app renders fullscreen instead of inside the phone.

fx_version 'cerulean'
game 'gta5'
-- IMPORTANT: Do NOT use ui_page!
-- The HTML is loaded inside RoadPhone's iframe, not as a standalone NUI.
files {
'html/index.html'
}
client_scripts { 'client/client.lua' }
server_scripts { 'server/server.lua' }













Report App
Warn App
Advent Calendar