16 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			295 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| fx_version 'cerulean'
 | |
| game 'gta5'
 | |
| lua54 'yes'
 | |
| author 'Kakarot'
 | |
| description 'Menu of options for players to interact with to do certain tasks'
 | |
| version '1.2.0'
 | |
| 
 | |
| client_script 'client/main.lua'
 | |
| 
 | |
| ui_page 'html/index.html'
 | |
| 
 | |
| files {
 | |
|     'html/index.html',
 | |
|     'html/script.js',
 | |
|     'html/style.css'
 | |
| }
 | 
