30 lines
		
	
	
		
			No EOL
		
	
	
		
			375 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			No EOL
		
	
	
		
			375 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| fx_version 'cerulean'
 | |
| 
 | |
| game 'gta5'
 | |
| 
 | |
| author 'RoadShop | https://fivem.roadshop.org'
 | |
| description 'RoadPods'
 | |
| version '1.1.0'
 | |
| 
 | |
| lua54 'yes'
 | |
| 
 | |
| ui_page 'public/index.html'
 | |
| 
 | |
| files {
 | |
|     'public/index.html',
 | |
|     'public/assets/*.*'
 | |
| }
 | |
| 
 | |
| client_scripts {
 | |
|     'client/client.lua'
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|     '/server:13227',
 | |
|     '/onesync'
 | |
| }
 | |
| 
 | |
| exports {
 | |
|     'checkPods'
 | |
| }
 | |
| dependency '/assetpacks' | 
