25 lines
		
	
	
	
		
			338 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			338 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
fx_version 'cerulean'
 | 
						|
game 'gta5'
 | 
						|
 | 
						|
author 'Pyrion.Jr'
 | 
						|
description 'Restaurant Menu System for QBCore'
 | 
						|
 | 
						|
client_scripts {
 | 
						|
    'client/client.lua'
 | 
						|
}
 | 
						|
 | 
						|
server_scripts {
 | 
						|
    'server/server.lua'
 | 
						|
}
 | 
						|
 | 
						|
shared_scripts {
 | 
						|
    'shared/config.lua'
 | 
						|
}
 | 
						|
 | 
						|
ui_page 'html/index.html'
 | 
						|
 | 
						|
files {
 | 
						|
    'html/index.html',
 | 
						|
    'html/style.css',
 | 
						|
    'html/script.js'
 | 
						|
}
 |